repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
When removing a function from the function set and adding it to deferred, we
[llvm.git]
/
test
/
Transforms
/
SCCP
/
apint-bigint.ll
blob
36a96c335715b3ccf1e073982915508524390419
1
; RUN: opt < %s -sccp -S | not grep xor
2
3
define i11129 @test1() {
4
%B = shl i11129 1, 11128
5
%C = sub i11129 %B, 1
6
%D = xor i11129 %B, %C
7
8
ret i11129 %D
9
}