forked from OSchip/llvm-project
[InstSimplify] update test; NFC
Missed this test diff when committing: rG5486e00dc3
This commit is contained in:
parent
b953e9060e
commit
c79a366ec0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue