mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-24 07:01:35 +00:00
Change this regression so andi is not a valid codegen of it
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25056 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7a832da304
commit
fe67ca209f
@ -5,6 +5,6 @@ implementation ; Functions:
|
||||
|
||||
long %bar(long %x) {
|
||||
entry:
|
||||
%tmp.1 = and long %x, 255 ; <long> [#uses=1]
|
||||
%tmp.1 = and long %x, 16711935 ; <long> [#uses=1]
|
||||
ret long %tmp.1
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user