[llvm-bugs] [Bug 34700] alpha.deadcode.UnreachableCode can't be disabled for unreachable-asserts
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Sep 22 04:07:27 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=34700
Timo Sirainen <tss at iki.fi> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |WORKSFORME
Status|NEW |RESOLVED
--- Comment #1 from Timo Sirainen <tss at iki.fi> ---
Well, I just heard about __builtin_unreachable(). Looks like I can #define
i_unreached() __builtin_unreachable() and the results look good. No more false
positives.
--
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/20170922/e7c90ac5/attachment.html>
More information about the llvm-bugs
mailing list