[llvm-bugs] [Bug 43730] Incorrect 'icmp sle' -> 'icmp slt' w/ vectors
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Oct 29 08:10:57 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=43730
Sanjay Patel <spatel+llvm at rotateright.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #3 from Sanjay Patel <spatel+llvm at rotateright.com> ---
Should be fixed by replacing undefs with safe constants:
https://reviews.llvm.org/rGa22282be54b3
--
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/20191029/04fd35ae/attachment.html>
More information about the llvm-bugs
mailing list