Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
f845c74c6243a10ee5df2af003dcf81bbd0b51a0
/
.
/
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