ARM cannot select a pattern for trunc-store v4i8; /ARM/vrev.ll fails when promoting elements.

llvm-svn: 142080
This commit is contained in:
Nadav Rotem 2011-10-15 20:03:12 +00:00
parent 772060c5b8
commit 097106b77a
1 changed files with 2 additions and 0 deletions

View File

@ -519,6 +519,8 @@ ARMTargetLowering::ARMTargetLowering(TargetMachine &TM)
setTargetDAGCombine(ISD::FP_TO_SINT);
setTargetDAGCombine(ISD::FP_TO_UINT);
setTargetDAGCombine(ISD::FDIV);
setLoadExtAction(ISD::EXTLOAD, MVT::v4i8, Expand);
}
computeRegisterProperties();