[llvm-bugs] [Bug 45481] Can't remove insertelement undef
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri May 1 07:45:18 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=45481
Sanjay Patel <spatel+llvm at rotateright.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
Fixed By Commit(s)| |5486e00, 57f0eed
--- Comment #1 from Sanjay Patel <spatel+llvm at rotateright.com> ---
Removed the unsafe fold:
https://github.com/llvm/llvm-project/commit/5486e00dc3e3bb9969f1e8dbddfd18bb92c99e56
And added back a safe version:
https://github.com/llvm/llvm-project/commit/57f0eed98d02cd684c358a45f68e716179f4bfa3
--
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/20200501/dc558d4a/attachment.html>
More information about the llvm-bugs
mailing list