[llvm-bugs] [Bug 31520] [guards] canonicalize guards in instcombine
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Feb 6 22:20:41 PST 2017
https://llvm.org/bugs/show_bug.cgi?id=31520
max.kazantsev at azul.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |max.kazantsev at azul.com
Resolution|--- |FIXED
--- Comment #1 from max.kazantsev at azul.com ---
This issue has been resolved with following patches:
https://reviews.llvm.org/D29071
https://reviews.llvm.org/D29378
We changed the approach to canonicalization, preferring merging adjacent guards
rather than splitting them. This allows us to reduce the size of generated
code.
--
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/20170207/ba6ab664/attachment-0001.html>
More information about the llvm-bugs
mailing list