mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-01 15:17:25 +00:00
[AVX512] Enable integer arithmetic lowering for AVX512BW/VL subsets.
Added lowering tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224349 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1546,6 +1546,11 @@ void X86TargetLowering::resetOperationActions() {
|
||||
setOperationAction(ISD::LOAD, MVT::v64i8, Legal);
|
||||
setOperationAction(ISD::SETCC, MVT::v32i1, Custom);
|
||||
setOperationAction(ISD::SETCC, MVT::v64i1, Custom);
|
||||
setOperationAction(ISD::ADD, MVT::v32i16, Legal);
|
||||
setOperationAction(ISD::ADD, MVT::v64i8, Legal);
|
||||
setOperationAction(ISD::SUB, MVT::v32i16, Legal);
|
||||
setOperationAction(ISD::SUB, MVT::v64i8, Legal);
|
||||
setOperationAction(ISD::MUL, MVT::v32i16, Legal);
|
||||
|
||||
for (int i = MVT::v32i8; i != MVT::v8i64; ++i) {
|
||||
const MVT VT = (MVT::SimpleValueType)i;
|
||||
|
||||
Reference in New Issue
Block a user