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 d29fbb4 commit 5338fa4Copy full SHA for 5338fa4
llvm/test/Transforms/VectorCombine/X86/bitop-of-castops.ll
@@ -510,9 +510,9 @@ define <16 x i1> @xor_bitcast_i16_to_v16i1_constant(i16 %a) {
510
511
define <16 x i1> @xor_bitcast_i16_to_v16i1(i16 %a, i16 %b) {
512
; 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]]
+; CHECK-NEXT: [[B1:%.*]] = xor i16 [[A:%.*]], [[B:%.*]]
+; CHECK-NEXT: [[BC3:%.*]] = bitcast i16 [[B1]] to <16 x i1>
+; CHECK-NEXT: ret <16 x i1> [[BC3]]
516
;
517
%bc1 = bitcast i16 %a to <16 x i1>
518
%bc2 = bitcast i16 %b to <16 x i1>
0 commit comments