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 3aaa55a commit c01eb5aCopy full SHA for c01eb5a
llvm/test/Transforms/InstCombine/or.ll
@@ -2175,8 +2175,8 @@ define <2 x i8> @or_sgt_select_smax_to_abs(<2 x i8> %a){
2175
ret <2 x i8> %or
2176
}
2177
2178
-define <2 x i8> @or_lgt_select_smax_to_abs(<2 x i8> %a){
2179
-; CHECK-LABEL: @or_lgt_select_smax_to_abs(
+define <2 x i8> @or_slt_select_smax_to_abs(<2 x i8> %a){
+; CHECK-LABEL: @or_slt_select_smax_to_abs(
2180
; CHECK-NEXT: [[OR:%.*]] = call <2 x i8> @llvm.abs.v2i8(<2 x i8> [[A:%.*]], i1 false)
2181
; CHECK-NEXT: ret <2 x i8> [[OR]]
2182
;
0 commit comments