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 e729e18 commit 2642171Copy full SHA for 2642171
llvm/test/Transforms/InstSimplify/ConstProp/active-lane-mask.ll
@@ -354,8 +354,7 @@ entry:
354
define <vscale x 16 x i1> @nxv16i1_constexpr_0() {
355
; CHECK-LABEL: @nxv16i1_constexpr_0(
356
; CHECK-NEXT: entry:
357
-; CHECK-NEXT: [[MASK:%.*]] = call <vscale x 16 x i1> @llvm.get.active.lane.mask.nxv16i1.i64(i64 ptrtoint (ptr @glob to i64), i64 0)
358
-; CHECK-NEXT: ret <vscale x 16 x i1> [[MASK]]
+; CHECK-NEXT: ret <vscale x 16 x i1> zeroinitializer
359
;
360
entry:
361
%mask = call <vscale x 16 x i1> @llvm.get.active.lane.mask.nxv16i1.i64(i64 ptrtoint (ptr @glob to i64), i64 0)
0 commit comments