[llvm-bugs] [Bug 16258] fadd with undef not folded
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Mar 12 09:57:14 PDT 2018
https://bugs.llvm.org/show_bug.cgi?id=16258
Sanjay Patel <spatel+llvm at rotateright.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |spatel+llvm at rotateright.com
Fixed By Commit(s)| |327212
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #1 from Sanjay Patel <spatel+llvm at rotateright.com> ---
There was a good discussion about the semantics here:
http://lists.llvm.org/pipermail/llvm-dev/2014-August/076169.html
http://lists.llvm.org/pipermail/llvm-dev/2014-September/076326.html
...but I'm not sure any code changes resulted from that.
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/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/f5f465c6/attachment.html>
More information about the llvm-bugs
mailing list