forked from OSchip/llvm-project
Test commit - NFC.
Modified a comment to confirm commit access functionality. llvm-svn: 305309
This commit is contained in:
parent
c6635529f7
commit
0b216305db
|
@ -136,7 +136,7 @@ PPCTargetLowering::PPCTargetLowering(const PPCTargetMachine &TM,
|
||||||
addRegisterClass(MVT::f64, &PPC::F8RCRegClass);
|
addRegisterClass(MVT::f64, &PPC::F8RCRegClass);
|
||||||
}
|
}
|
||||||
|
|
||||||
// PowerPC has an i16 but no i8 (or i1) SEXTLOAD
|
// PowerPC has an i16 but no i8 (or i1) SEXTLOAD.
|
||||||
for (MVT VT : MVT::integer_valuetypes()) {
|
for (MVT VT : MVT::integer_valuetypes()) {
|
||||||
setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i1, Promote);
|
setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i1, Promote);
|
||||||
setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i8, Expand);
|
setLoadExtAction(ISD::SEXTLOAD, VT, MVT::i8, Expand);
|
||||||
|
|
Loading…
Reference in New Issue