search for: fn5

Displaying 4 results from an estimated 4 matches for "fn5".

Did you mean: fn
2008 Aug 25
0
[LLVMdev] Proposal : Function Notes
...code > generator may > sacrifice performance while selecting instructions. The inliner will > aggressively > reduce inlining threshold. > > define void @fn3() notes("noinline") { ... } > define void @fn4() notes("always_inline") { ... } > define void @fn5() notes("noinline,always_inline") { ... } > > Here the inliner is instructed to not inline function fn3() anywhere > and inline > function fn4() everywhere. The function fn5() is malformed and it > should be > rejected by the verifier. Since you opened the door with...
2008 Aug 22
10
[LLVMdev] Proposal : Function Notes
...s aggressively optimized for size. The code generator may sacrifice performance while selecting instructions. The inliner will aggressively reduce inlining threshold. define void @fn3() notes("noinline") { ... } define void @fn4() notes("always_inline") { ... } define void @fn5() notes("noinline,always_inline") { ... } Here the inliner is instructed to not inline function fn3() anywhere and inline function fn4() everywhere. The function fn5() is malformed and it should be rejected by the verifier. define void @fn6() notes("opt-size=1,noinline")...
2008 Aug 25
2
[LLVMdev] Proposal : Function Notes
...t;> sacrifice performance while selecting instructions. The inliner >> will aggressively >> reduce inlining threshold. >> >> define void @fn3() notes("noinline") { ... } >> define void @fn4() notes("always_inline") { ... } >> define void @fn5() notes("noinline,always_inline") { ... } >> >> Here the inliner is instructed to not inline function fn3() >> anywhere and inline >> function fn4() everywhere. The function fn5() is malformed and it >> should be >> rejected by the verifier. > &g...
2008 Aug 25
0
[LLVMdev] Proposal : Function Notes
...code > generator may > sacrifice performance while selecting instructions. The inliner will > aggressively > reduce inlining threshold. > > define void @fn3() notes("noinline") { ... } > define void @fn4() notes("always_inline") { ... } > define void @fn5() notes("noinline,always_inline") { ... } > > Here the inliner is instructed to not inline function fn3() anywhere > and inline > function fn4() everywhere. The function fn5() is malformed and it > should be > rejected by the verifier. > > define void @fn6() n...