[llvm-bugs] [Bug 51351] miscompile due to instcombine
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Sep 29 10:09:55 PDT 2021
https://bugs.llvm.org/show_bug.cgi?id=51351
Sanjay Patel <spatel+llvm at rotateright.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
Fixed By Commit(s)| |ea56dcb73012 4414e2ad97d5
--- Comment #4 from Sanjay Patel <spatel+llvm at rotateright.com> ---
Should be fixed with:
https://reviews.llvm.org/rGea56dcb73012
Note - I botched what was supposed to be an NFC add-tests-patch just before
that:
https://reviews.llvm.org/rGd3e2067c7c42
So the test diff is misleading.
Also added the missing simplification which should make it harder to get into
trouble from patterns like this:
https://reviews.llvm.org/rG4414e2ad97d5
--
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/20210929/6ba9df08/attachment.html>
More information about the llvm-bugs
mailing list