[llvm-bugs] [Bug 26863] InstructionSimplify broadens undef when simplifying frem
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Mar 12 10:11:04 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=26863
Sanjay Patel <spatel+llvm at rotateright.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed By Commit(s)| |327212
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #1 from Sanjay Patel <spatel+llvm at rotateright.com> ---
I stumbled into FP undef again recently (without finding the above threads or
this bug):
http://lists.llvm.org/pipermail/llvm-dev/2018-February/121444.html
http://lists.llvm.org/pipermail/llvm-dev/2018-March/121481.html
And I'm fixing the LangRef and code based on that thread:
https://reviews.llvm.org/D44258
https://reviews.llvm.org/D44216
https://reviews.llvm.org/D44308
https://reviews.llvm.org/D44318
This particular example should be fixed with:
https://reviews.llvm.org/rL327138 (LangRef)
https://reviews.llvm.org/rL327212
--
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/20180312/b36e4e39/attachment.html>
More information about the llvm-bugs
mailing list