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
Remove VISIBILITY_HIDDEN from this file.
[llvm/avr.git]
/
test
/
CodeGen
/
X86
/
ptrtoint-constexpr.ll
blob
bd6aa0779e3603bb57bcb2428b5d77f3fd5b7bb8
1
; RUN: llvm-as < %s | llc -mtriple=i386-linux | FileCheck %s
2
%union.x = type { i64 }
3
4
; CHECK: .globl r
5
; CHECK: r:
6
; CHECK: .quad ((r) & 4294967295)
7
8
@r = global %union.x { i64 ptrtoint (%union.x* @r to i64) }, align 4