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
/
store-load-fwd.ll
blob
9bb78a7a51b2447d4c07898e4de6720c0eee48bb
1
; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | not grep lwz
2
3
define i32 @test(ptr %P) {
4
store i32 1, ptr %P
5
%V = load i32, ptr %P ; <i32> [#uses=1]
6
ret i32 %V
7
}
8