We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0f4ac6 commit e1b5509Copy full SHA for e1b5509
llvm/test/Transforms/InstCombine/sub.ll
@@ -857,8 +857,6 @@ define <2 x i16> @test44vecminval(<2 x i16> %x) {
857
ret <2 x i16> %sub
858
}
859
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.
862
define <vscale x 2 x i16> @test44scalablevecminval(<vscale x 2 x i16> %x) {
863
; CHECK-LABEL: @test44scalablevecminval(
864
; CHECK-NEXT: [[SUB:%.*]] = xor <vscale x 2 x i16> [[X:%.*]], splat (i16 -32768)
0 commit comments