Skip to content

Commit c01eb5a

Browse files
committed
rename or_lgt_select_smax_to_abs -> or_slt_select_smax_to_abs
1 parent 3aaa55a commit c01eb5a

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

llvm/test/Transforms/InstCombine/or.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2175,8 +2175,8 @@ define <2 x i8> @or_sgt_select_smax_to_abs(<2 x i8> %a){
21752175
ret <2 x i8> %or
21762176
}
21772177

2178-
define <2 x i8> @or_lgt_select_smax_to_abs(<2 x i8> %a){
2179-
; CHECK-LABEL: @or_lgt_select_smax_to_abs(
2178+
define <2 x i8> @or_slt_select_smax_to_abs(<2 x i8> %a){
2179+
; CHECK-LABEL: @or_slt_select_smax_to_abs(
21802180
; CHECK-NEXT: [[OR:%.*]] = call <2 x i8> @llvm.abs.v2i8(<2 x i8> [[A:%.*]], i1 false)
21812181
; CHECK-NEXT: ret <2 x i8> [[OR]]
21822182
;

0 commit comments

Comments
 (0)