mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
[X86] Reflow comment. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225455 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e8d9f7b5d1
commit
3df0ee1141
@ -879,9 +879,10 @@ void X86TargetLowering::resetOperationActions() {
|
||||
setLoadExtAction(ISD::SEXTLOAD, InnerVT, VT, Expand);
|
||||
setLoadExtAction(ISD::ZEXTLOAD, InnerVT, VT, Expand);
|
||||
|
||||
// N.b. ISD::EXTLOAD legality is basically ignored except for i1-like types,
|
||||
// we have to deal with them whether we ask for Expansion or not. Setting
|
||||
// Expand causes its own optimisation problems though, so leave them legal.
|
||||
// N.b. ISD::EXTLOAD legality is basically ignored except for i1-like
|
||||
// types, we have to deal with them whether we ask for Expansion or not.
|
||||
// Setting Expand causes its own optimisation problems though, so leave
|
||||
// them legal.
|
||||
if (VT.getVectorElementType() == MVT::i1)
|
||||
setLoadExtAction(ISD::EXTLOAD, InnerVT, VT, Expand);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user