search for: e004b56e

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

2011 Nov 30
0
[LLVMdev] Instrumentation passes and -O0 optimization level
...I withdraw my suggestion :) > Does anyone else have comments to the original patch (attached)? Thanks, --kcc > > - > Devang > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111130/e004b56e/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: clang.patch Type: text/x-patch Size: 1819 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111130/e004b56e/attachment.bin>
2011 Nov 30
2
[LLVMdev] Instrumentation passes and -O0 optimization level
On Nov 29, 2011, at 11:26 PM, Alexander Potapenko wrote: >> >> Alex, >> Now, the patch is actually a bit confusing to me. >> EP_AlwaysEnabled should mean "works with O0 after inliner and with >= O1 >> somewhere late", but it doesn't look like it works this way (otherwise, you >> wouldn't need to call PMBuilder.addExtension twice). >>