Skip to content

Commit

Permalink
[InstSimplify] update test; NFC
Browse files Browse the repository at this point in the history
Missed this test diff when committing:
rG5486e00dc3
  • Loading branch information
rotateright committed May 1, 2020
1 parent b953e90 commit c79a366
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion llvm/test/Transforms/InstSimplify/vscale.ll
Expand Up @@ -17,7 +17,8 @@ define <vscale x 4 x i32> @insertelement_idx_undef(<vscale x 4 x i32> %a) {

define <vscale x 4 x i32> @insertelement_value_undef(<vscale x 4 x i32> %a) {
; CHECK-LABEL: @insertelement_value_undef(
; CHECK-NEXT: ret <vscale x 4 x i32> [[A:%.*]]
; CHECK-NEXT: [[R:%.*]] = insertelement <vscale x 4 x i32> [[A:%.*]], i32 undef, i64 0
; CHECK-NEXT: ret <vscale x 4 x i32> [[R]]
;
%r = insertelement <vscale x 4 x i32> %a, i32 undef, i64 0
ret <vscale x 4 x i32> %r
Expand Down

0 comments on commit c79a366

Please sign in to comment.