mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-23 12:40:17 +00:00
R600/SI: Remove another VALU pattern
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219988 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
798ace2e58
commit
61bf4bf2c3
@ -1993,11 +1993,6 @@ def : Pat <
|
||||
(V_BCNT_U32_B32_e64 $popcnt, $val)
|
||||
>;
|
||||
|
||||
def : Pat <
|
||||
(addc i32:$src0, i32:$src1),
|
||||
(V_ADD_I32_e64 $src0, $src1)
|
||||
>;
|
||||
|
||||
/********** ======================= **********/
|
||||
/********** Image sampling patterns **********/
|
||||
/********** ======================= **********/
|
||||
|
Loading…
Reference in New Issue
Block a user