
The LIT test cases were migrated with the script provided by Nikita Popov. No manual changes were made. Committed without review since no functional changes, after consultation with uweigand.
11 lines
277 B
LLVM
11 lines
277 B
LLVM
; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z13
|
|
;
|
|
; This tescase origininates from the BB-vectorizer output.
|
|
|
|
define void @fun() {
|
|
%1 = zext <3 x i1> zeroinitializer to <3 x i32>
|
|
%2 = extractelement <3 x i32> %1, i32 2
|
|
store i32 %2, ptr undef, align 8
|
|
unreachable
|
|
}
|