repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Document the return value of __builtin_COLUMN (#118360)
[llvm-project.git]
/
llvm
/
test
/
Transforms
/
InstCombine
/
2004-05-07-UnsizedCastLoad.ll
blob
65c13345f7de5fb3ea04be3ededae38efa74ac11
1
; RUN: opt < %s -passes=instcombine -disable-output
2
3
%Ty = type opaque
4
5
define i32 @test(ptr %X) {
6
%Z = load i32, ptr %X ; <i32> [#uses=1]
7
ret i32 %Z
8
}
9