repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[LLVM][Alignment] Make functions using log of alignment explicit
[llvm-complete.git]
/
test
/
CodeGen
/
PowerPC
/
pr26378.ll
blob
36966a13e30b8aaf07930aeef3832ea5e8539944
1
; RUN: llc -verify-machineinstrs -compile-twice -filetype obj \
2
; RUN: -mtriple=powerpc64le-unknown-unknown -mcpu=pwr8 < %s
3
@foo = common global i32 0, align 4
4
define i8* @blah() #0 {
5
ret i8* bitcast (i32* @foo to i8*)
6
}