search for: g_bar

Displaying 2 results from an estimated 2 matches for "g_bar".

Did you mean: _bar
2014 Apr 04
2
[LLVMdev] 32bit pointers on a (pure) 64bit architecture
...pointers are used, XXXi32 will be 'i64' and everything legalizes/compiles fine - if 32bit pointers are used, XXXi32 will be 'i32' and legalization fails. *** IR Dump After Module Verifier *** ; Function Attrs: nounwind define void @foo(i32 %lhs) #0 { entry: store i32 %lhs, i32* @g_bar, align 4, !tbaa !0 ret void } Computing probabilities for entry Initial selection DAG: BB#0 'foo:entry' SelectionDAG has 9 nodes: 0xbb93e8c: ch = EntryToken [ORD=1] 0xbbb8428: XXXi32 = Constant<0> 0xbb93e8c: <multiple use> 0xbb93e8c: <multiple use>...
2014 Apr 04
2
[LLVMdev] 32bit pointers on a (pure) 64bit architecture
Hi Hal, On Fri, Apr 4, 2014 at 12:44 AM, Hal Finkel <hfinkel at anl.gov> wrote: > ----- Original Message ----- > > From: "Jeroen Dobbelaere" <jeroen.dobbelaere at gmail.com> > [... ] > > I am trying to get llvm working for an architecture that has 64bit > > registers, but 32bit addresses. > > Because of that, I want the pointers to also be