Displaying 4 results from an estimated 4 matches for "indirectnode".
2009 Sep 17
2
[LLVMdev] Forcing function inline not working
...compile with -debug-only=inline:
..\..\..\win32\bin\win32\debug\opt.exe -O3 -debug-only=inline -mem2reg -f -o
test_opt.bc test.bc
Inliner visiting SCC: foo: 0 call sites.
Inliner visiting SCC: main: 1 call sites.
Inlining: cost=always, Call: call void (...)* @foo()
Inliner visiting SCC: INDIRECTNODE: 0 call sites.
Here is the .ll file:
; ModuleID = 'test_opt.bc'
target datalayout =
"e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32"
target triple = "i386-pc-win32"
@a = common global i32 0, align 4...
2009 Sep 17
0
[LLVMdev] Forcing function inline not working
...t; ..\..\..\win32\bin\win32\debug\opt.exe -O3 -debug-only=inline -
> mem2reg -f -o
> test_opt.bc test.bc
> Inliner visiting SCC: foo: 0 call sites.
> Inliner visiting SCC: main: 1 call sites.
> Inlining: cost=always, Call: call void (...)* @foo()
> Inliner visiting SCC: INDIRECTNODE: 0 call sites.
>
> Here is the .ll file:
>
> ; ModuleID = 'test_opt.bc'
> target datalayout =
> "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-
> f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32"
> target triple = "i386-pc-win32...
2009 Sep 17
2
[LLVMdev] Forcing function inline not working
...n32\debug\opt.exe -O3 -debug-only=inline -
>> mem2reg -f -o
>> test_opt.bc test.bc
>> Inliner visiting SCC: foo: 0 call sites.
>> Inliner visiting SCC: main: 1 call sites.
>> Inlining: cost=always, Call: call void (...)* @foo()
>> Inliner visiting SCC: INDIRECTNODE: 0 call sites.
>>
>> Here is the .ll file:
>>
>> ; ModuleID = 'test_opt.bc'
>> target datalayout =
>> "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-
>> f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32"
>> tar...
2009 Sep 17
0
[LLVMdev] Forcing function inline not working
...ebug-only=inline -
>>> mem2reg -f -o
>>> test_opt.bc test.bc
>>> Inliner visiting SCC: foo: 0 call sites.
>>> Inliner visiting SCC: main: 1 call sites.
>>> Inlining: cost=always, Call: call void (...)* @foo()
>>> Inliner visiting SCC: INDIRECTNODE: 0 call sites.
>>>
>>> Here is the .ll file:
>>>
>>> ; ModuleID = 'test_opt.bc'
>>> target datalayout =
>>> "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-
>>> f64:32:64-v64:64:64-v128:128:128-a0:0:64-...