repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
eliminate the "MBBLabel" MCOperand type, and just use a MCSymbol for
[llvm/avr.git]
/
test
/
Transforms
/
ConstProp
/
bitcast2.ll
blob
5c5eab1879c3ab4daa26af3e6963d33a7920258e
1
; RUN: opt < %s -instcombine -S | not grep bitcast
2
; PR2165
3
4
define <1 x i64> @test() {
5
%A = bitcast i64 63 to <1 x i64>
6
ret <1 x i64> %A
7
}
8