mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-30 17:33:24 +00:00
Missed X86::isUNPCKHMask
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27222 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9bbfd4f68c
commit
ed4ca7f6c3
@ -2608,5 +2608,6 @@ X86TargetLowering::isShuffleMaskLegal(SDOperand Mask, MVT::ValueType VT) const {
|
||||
X86::isSplatMask(Mask.Val) ||
|
||||
X86::isPSHUFDMask(Mask.Val) ||
|
||||
X86::isSHUFPMask(Mask.Val) ||
|
||||
X86::isUNPCKLMask(Mask.Val));
|
||||
X86::isUNPCKLMask(Mask.Val) ||
|
||||
X86::isUNPCKHMask(Mask.Val);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user