mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-02 22:23:10 +00:00
R600/SI: Expand mul of v2i32/v4i32 for SI
Also add lit test for both cases on SI, and v2i32 for evergreen. Reviewed-by: Tom Stellard <thomas.stellard@amd.com> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184838 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -71,6 +71,9 @@ SITargetLowering::SITargetLowering(TargetMachine &TM) :
|
||||
setOperationAction(ISD::AND, MVT::v2i32, Expand);
|
||||
setOperationAction(ISD::AND, MVT::v4i32, Expand);
|
||||
|
||||
setOperationAction(ISD::MUL, MVT::v2i32, Expand);
|
||||
setOperationAction(ISD::MUL, MVT::v4i32, Expand);
|
||||
|
||||
setOperationAction(ISD::SUB, MVT::v2i32, Expand);
|
||||
setOperationAction(ISD::SUB, MVT::v4i32, Expand);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user