Lower anyext to zext, 32-bit stuff does not have any implicit zero-extension side...
authorAnton Korobeynikov <asl@math.spbu.ru>
Thu, 16 Jul 2009 14:24:41 +0000 (14:24 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Thu, 16 Jul 2009 14:24:41 +0000 (14:24 +0000)
commit75eef89ddbaed0783bb926bc15a426c27b9a4bc3
tree86dbdb28551cd4b73b7f81704c3717d62a4b742a
parent1ada84daaf34ea8e30e5dcb8a7970416606fdd83
Lower anyext to zext, 32-bit stuff does not have any implicit zero-extension side effects

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76035 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/SystemZ/SystemZInstrInfo.td
test/CodeGen/SystemZ/03-RetAddImmSubreg.ll
test/CodeGen/SystemZ/03-RetAddSubreg.ll
test/CodeGen/SystemZ/03-RetOrImmSubreg.ll
test/CodeGen/SystemZ/03-RetSubImmSubreg.ll
test/CodeGen/SystemZ/03-RetSubSubreg.ll
test/CodeGen/SystemZ/03-RetXorImmSubreg.ll
test/CodeGen/SystemZ/2009-07-08-BadAnyExt.ll [new file with mode: 0644]