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
Bump version to 19.1.0-rc3
[llvm-project.git]
/
llvm
/
test
/
Transforms
/
SCCP
/
apint-bigint.ll
blob
2df55de5cc63327ab472a2c84b1553fd650cba27
1
; RUN: opt < %s -passes=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
}