forked from OSchip/llvm-project
ARM cannot select a pattern for trunc-store v4i8; /ARM/vrev.ll fails when promoting elements.
llvm-svn: 142080
This commit is contained in:
parent
772060c5b8
commit
097106b77a
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue