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
[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
PowerPC
/
pr26378.ll
blob
472c3a7c993d7dba6aef9527155d2d316c41edf3
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 ptr @blah() #0 {
5
ret ptr @foo
6
}