mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-04 02:18:46 +00:00
R600/SI: Un-move pattern I forgot to remove in last commit
llvm-svn: 217109
This commit is contained in:
parent
a9af1cfd19
commit
24cc7c6b73
@ -2503,6 +2503,11 @@ def : Pat <
|
||||
def : IMad24Pat<V_MAD_I32_I24>;
|
||||
def : UMad24Pat<V_MAD_U32_U24>;
|
||||
|
||||
def : Pat <
|
||||
(mul i32:$src0, i32:$src1),
|
||||
(V_MUL_LO_I32 $src0, $src1)
|
||||
>;
|
||||
|
||||
def : Pat <
|
||||
(mulhu i32:$src0, i32:$src1),
|
||||
(V_MUL_HI_U32 $src0, $src1)
|
||||
@ -2513,11 +2518,6 @@ def : Pat <
|
||||
(V_MUL_HI_I32 $src0, $src1)
|
||||
>;
|
||||
|
||||
def : Pat <
|
||||
(mul i32:$src0, i32:$src1),
|
||||
(V_MUL_LO_I32 $src0, $src1)
|
||||
>;
|
||||
|
||||
def : Vop3ModPat<V_MAD_F32, VOP_F32_F32_F32_F32, AMDGPUmad>;
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user