[InstSimplify] update test; NFC

Missed this test diff when committing:
rG5486e00dc3
This commit is contained in:
Sanjay Patel 2020-05-01 10:06:02 -04:00
parent b953e9060e
commit c79a366ec0
1 changed files with 2 additions and 1 deletions

View File

@ -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