mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
Add a note
llvm-svn: 28424
This commit is contained in:
parent
4a78af08aa
commit
9d6103087a
@ -239,3 +239,15 @@ ulong %bar() {
|
||||
it should be extended to do so.
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
Turn this into a single byte store with no load (the other 3 bytes are
|
||||
unmodified):
|
||||
|
||||
void %test(uint* %P) {
|
||||
%tmp = load uint* %P
|
||||
%tmp14 = or uint %tmp, 3305111552
|
||||
%tmp15 = and uint %tmp14, 3321888767
|
||||
store uint %tmp15, uint* %P
|
||||
ret void
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user