On x86, it's safe to treat i32 load anyext as a normal i32 load. Ditto for i8 anyext...
[oota-llvm.git] / test / CodeGen / ARM / 2008-03-05-SxtInRegBug.ll
2008-03-06 Evan ChengConstant fold SIGN_EXTEND_INREG with ashr not lshr.