[llvm-bugs] [Bug 35950] opt is defunct when code built without optimizations
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu May 24 13:07:43 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=35950
Reid Kleckner <rnk at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|REOPENED |RESOLVED
--- Comment #9 from Reid Kleckner <rnk at google.com> ---
Lifetime intrinsics are also controlled by optimization settings. I would
expect this to be the primary source of interesting IR differences for an
analyzer.
In any case, there is -Xclang -disable-O0-optnone if you want -O0 IR without
the optnone attribute.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180524/5f87c737/attachment.html>
More information about the llvm-bugs
mailing list