These tests cases were converted using the script at https://gist.github.com/nikic/98357b71fd67756b0f064c9517b62a34 Differential Revision: https://reviews.llvm.org/D135094
10 lines
150 B
LLVM
10 lines
150 B
LLVM
; RUN: opt -verify -instcombine < %s
|
|
%Foo = type <{ i8, x86_fp80 }>
|
|
|
|
define i8 @t(ptr %arg) {
|
|
entry:
|
|
%0 = load i8, ptr %arg, align 1
|
|
ret i8 %0
|
|
}
|
|
|