Skip to content

Commit 4dffe4f

Browse files
committed
Remove dead pattern match - this work is done in the combiner
1 parent 838597d commit 4dffe4f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

llvm/lib/Target/AMDGPU/SIInstructions.td

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2391,11 +2391,6 @@ def : GCNPat<(i32 (trunc (srl i64:$src0, (i32 ShiftAmt32Imm:$src1)))),
23912391

23922392
let True16Predicate = UseRealTrue16Insts in {
23932393

2394-
// Prevents regression in fneg-modifier-casting.ll along with modifications to XorCombine() when v2i32 or is legal.
2395-
def : AMDGPUPat <
2396-
(fneg (select i1:$src0, (f32 (bitconvert i32:$src1)), (f32 (bitconvert i32:$src2)))),
2397-
(V_CNDMASK_B32_e64 (i32 1), $src2, (i32 1), $src1, $src0)>;
2398-
23992394
def : GCNPat <
24002395
(rotr i32:$src0, i32:$src1),
24012396
(V_ALIGNBIT_B32_t16_e64 /* src0_modifiers */ 0, $src0,

0 commit comments

Comments
 (0)