[llvm-bugs] [Bug 40527] Missed opportunity to remove a dead store
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Oct 22 06:00:05 PDT 2020
https://bugs.llvm.org/show_bug.cgi?id=40527
Florian Hahn <florian_hahn at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
Fixed By Commit(s)| |51ff04567b2f8d06b2062bd3ed7
| |2eab2e93e4466
--- Comment #13 from Florian Hahn <florian_hahn at apple.com> ---
DSE + MemorySSA is the default now (51ff04567b2f8d06b2062bd3ed72eab2e93e4466).
The store gets removed on current trunk without extra options:
https://godbolt.org/z/avq4zz
--
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/20201022/698bddbd/attachment.html>
More information about the llvm-bugs
mailing list