Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
afa08b51a65fd3e945cb752281f7ad5f02c4fa29
/
.
/
test
/
CodeGen
/
X86
/
ptrtoint-constexpr.ll
blob: 72a428ea320838641fb552a7b710a31a2ca2729d [
file
] [
log
] [
blame
]
; RUN: llc < %s -mtriple=i386-linux | FileCheck %s
%union.x
=
type
{
i64
}
; CHECK: .globl r
; CHECK: r:
; CHECK: .quad ((r) & 4294967295)
@r
=
global
%union.x
{
i64
ptrtoint
(
%union.x
*
@r
to
i64
)
},
align
4