Skip to content

Commit e58bd13

Browse files
update test comment
1 parent b8e74be commit e58bd13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/AArch64/sve2-bsl.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ define <vscale x 2 x i64> @codegen_bsl2n_i64(<vscale x 2 x i64> %0, <vscale x 2
300300
ret <vscale x 2 x i64> %7
301301
}
302302

303-
; (A ^ B) & C) ^ B -> (A & C) ^ (B & !C) when BIC instructions are available.
303+
; (A ^ B) & C) ^ B -> (A & C) | (B & !C) when BIC instructions are available.
304304
define <vscale x 4 x i32> @bsl_combine_when_bic_available(<vscale x 4 x i32> %a, <vscale x 4 x i32> %b, <vscale x 4 x i32> %c) {
305305
; CHECK-LABEL: bsl_combine_when_bic_available:
306306
; CHECK: // %bb.0: // %entry

0 commit comments

Comments
 (0)