search for: d8baa0e3

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

2011 Nov 22
0
[LLVMdev] Instrumentation passes and -O0 optimization level
On Tue, Nov 22, 2011 at 3:18 AM, Alexander Potapenko <glider at google.com>wrote: > What do you think of the following patch? > Unfortunately, it looks like your email got garbled... Please attach patches as actual files rather than as text at the end of the message, otherwise lots of email software does the wrong thing with them... -------------- next part -------------- An HTML
2011 Nov 22
2
[LLVMdev] Instrumentation passes and -O0 optimization level
...ail software does the wrong thing with them... See attached. Sorry for that. -------------- 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/20111122/d8baa0e3/attachment.bin>
2011 Nov 22
2
[LLVMdev] Instrumentation passes and -O0 optimization level
Hi LLVMdev, llvm::PassManagerBuilder allows to customize the default pass sequenceby registering passes at specific extension points.However all of theextensions if the -O0 flag is added to the command line; as thecomment says, "If all optimizations are disabled, just run thealways-inline pass."This doesn't play well with _instrumentation_passes which should not be disabled