Skip to content

Commit 5338fa4

Browse files
committed
resolve conflict
1 parent d29fbb4 commit 5338fa4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/test/Transforms/VectorCombine/X86/bitop-of-castops.ll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -510,9 +510,9 @@ define <16 x i1> @xor_bitcast_i16_to_v16i1_constant(i16 %a) {
510510

511511
define <16 x i1> @xor_bitcast_i16_to_v16i1(i16 %a, i16 %b) {
512512
; CHECK-LABEL: @xor_bitcast_i16_to_v16i1(
513-
; CHECK-NEXT: [[B:%.*]] = xor i16 [[A:%.*]], [[B1:%.*]]
514-
; CHECK-NEXT: [[BC2:%.*]] = bitcast i16 [[B]] to <16 x i1>
515-
; CHECK-NEXT: ret <16 x i1> [[BC2]]
513+
; CHECK-NEXT: [[B1:%.*]] = xor i16 [[A:%.*]], [[B:%.*]]
514+
; CHECK-NEXT: [[BC3:%.*]] = bitcast i16 [[B1]] to <16 x i1>
515+
; CHECK-NEXT: ret <16 x i1> [[BC3]]
516516
;
517517
%bc1 = bitcast i16 %a to <16 x i1>
518518
%bc2 = bitcast i16 %b to <16 x i1>

0 commit comments

Comments
 (0)