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
[Alignment][NFC] migrate DataLayout internal struct to llvm::Align
[llvm-core.git]
/
test
/
CodeGen
/
AVR
/
no-print-operand-twice.ll
blob
8326507768ba4e7fef492a12b6da096769dfc42f
1
; RUN: llc -no-integrated-as -march=avr < %s | FileCheck %s
2
3
define void @test() {
4
entry:
5
; CHECK: /* result: 68719476738 */
6
tail call void asm sideeffect "/* result: ${0:c} */", "i,~{dirflag},~{fpsr},~{flags}"( i64 68719476738 )
7
ret void
8
}