mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-09 13:55:22 +00:00
Change this regression so andi is not a valid codegen of it
llvm-svn: 25056
This commit is contained in:
parent
1f84cd6920
commit
9d2a49f0e3
@ -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