mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
R600/SI: Remove duplicate pattern
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209023 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1ce3088669
commit
03b96200c6
@ -1127,11 +1127,6 @@ def : Pat <
|
||||
(V_CNDMASK_B32_e64 $src0, $src1, $src2)
|
||||
>;
|
||||
|
||||
def : Pat <
|
||||
(i32 (trunc i64:$val)),
|
||||
(EXTRACT_SUBREG $val, sub0)
|
||||
>;
|
||||
|
||||
def V_READLANE_B32 : VOP2 <
|
||||
0x00000001,
|
||||
(outs SReg_32:$vdst),
|
||||
|
Loading…
Reference in New Issue
Block a user