search for: toocostly

Displaying 3 results from an estimated 3 matches for "toocostly".

2017 Sep 16
3
RFC: Use closures to delay construction of optimization remarks
...ep 15, 2017 2:21 PM, "Adam Nemet via llvm-dev" <llvm-dev at lists.llvm.org> wrote: For better readability we typically create remarks and call OptimizationRemarkEmitter::emit unconditionally. E.g.: Transforms/IPO/Inliner.cpp: ORE.emit(OptimizationRemarkMissed(DEBUG_TYPE, "TooCostly", Call) Transforms/IPO/Inliner.cpp- << NV("Callee", Callee) << " not inlined into " Transforms/IPO/Inliner.cpp- << NV("Caller", Caller) << " because too costly to inline (cost=" Transforms/IPO/Inliner.cpp-...
2017 Sep 17
2
RFC: Use closures to delay construction of optimization remarks
...<llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > For better readability we typically create remarks and call OptimizationRemarkEmitter::emit unconditionally. E.g.: > > Transforms/IPO/Inliner.cpp: ORE.emit(OptimizationRemarkMissed(DEBUG_TYPE, "TooCostly", Call) > Transforms/IPO/Inliner.cpp- << NV("Callee", Callee) << " not inlined into " > Transforms/IPO/Inliner.cpp- << NV("Caller", Caller) << " because too costly to inline (cost=" > Transforms/IP...
2017 Sep 19
0
RFC: Use closures to delay construction of optimization remarks
...v at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: >> For better readability we typically create remarks and call OptimizationRemarkEmitter::emit unconditionally. E.g.: >> >> Transforms/IPO/Inliner.cpp: ORE.emit(OptimizationRemarkMissed(DEBUG_TYPE, "TooCostly", Call) >> Transforms/IPO/Inliner.cpp- << NV("Callee", Callee) << " not inlined into " >> Transforms/IPO/Inliner.cpp- << NV("Caller", Caller) << " because too costly to inline (cost=" >> T...