repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Better OR's for MVE compares
[llvm-core.git]
/
test
/
Transforms
/
InstCombine
/
2004-07-27-ConstantExprMul.ll
blob
819260b60b127b8ac61495fc10bc35b63a1f2394
1
; RUN: opt < %s -instcombine -disable-output
2
3
@p = weak global i32 0 ; <i32*> [#uses=1]
4
5
define i32 @test(i32 %x) {
6
%y = mul i32 %x, ptrtoint (i32* @p to i32) ; <i32> [#uses=1]
7
ret i32 %y
8
}
9