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
Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
PowerPC
/
hidden-vis.ll
blob
2912fecadd58cd45aaea80cdcbec8ec09e7b170f
1
; RUN: llc -verify-machineinstrs < %s -mtriple=powerpc-unknown-linux-gnu | not grep non_lazy_ptr
2
3
@x = weak hidden global i32 0 ; <ptr> [#uses=1]
4
5
define i32 @t() nounwind readonly {
6
entry:
7
%0 = load i32, ptr @x, align 4 ; <i32> [#uses=1]
8
ret i32 %0
9
}