Skip to content

Commit e1b5509

Browse files
committed
Remove fixme
1 parent a0f4ac6 commit e1b5509

File tree

1 file changed

+0
-2
lines changed
  • llvm/test/Transforms/InstCombine

1 file changed

+0
-2
lines changed

llvm/test/Transforms/InstCombine/sub.ll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -857,8 +857,6 @@ define <2 x i16> @test44vecminval(<2 x i16> %x) {
857857
ret <2 x i16> %sub
858858
}
859859

860-
; FIXME: This isn't combined to xor as above because the pattern in visitSub
861-
; uses m_ImmConstant which matches Constant but (explicitly) not ConstantExpr.
862860
define <vscale x 2 x i16> @test44scalablevecminval(<vscale x 2 x i16> %x) {
863861
; CHECK-LABEL: @test44scalablevecminval(
864862
; CHECK-NEXT: [[SUB:%.*]] = xor <vscale x 2 x i16> [[X:%.*]], splat (i16 -32768)

0 commit comments

Comments
 (0)