mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-16 00:17:32 +00:00
[TableGen] Fix formatting and use logical OR. NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@253962 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
194e5aef9c
commit
3e9844b111
@ -481,8 +481,7 @@ bool EEVT::TypeSet::EnforceVectorEltTypeIs(EEVT::TypeSet &VTOperand,
|
||||
if (isConcrete()) {
|
||||
MVT IVT = getConcrete();
|
||||
IVT = IVT.getVectorElementType();
|
||||
return MadeChange |
|
||||
VTOperand.MergeInTypeInfo(IVT.SimpleTy, TP);
|
||||
return MadeChange || VTOperand.MergeInTypeInfo(IVT.SimpleTy, TP);
|
||||
}
|
||||
|
||||
// If the scalar type is known, filter out vector types whose element types
|
||||
|
Loading…
Reference in New Issue
Block a user