[llvm-bugs] [Bug 48411] Failure to optimize out loop that does nothing and always ends
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Feb 19 01:13:29 PST 2021
https://bugs.llvm.org/show_bug.cgi?id=48411
Florian Hahn <florian_hahn at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed By Commit(s)| |f88a7975210fc995197af4b393e
| |3bb5030e97a5c
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #1 from Florian Hahn <florian_hahn at apple.com> ---
This should be fixed now, Clang now produces the same assembly as GCC
Probably due to
commit f88a7975210fc995197af4b393e3bb5030e97a5c
Author: Atmn Patel <a335pate at uwaterloo.ca>
Date: Tue Dec 22 21:54:21 2020 -0500
[LoopDeletion] Allows deletion of possibly infinite side-effect free loops
--
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/20210219/e70d3fd8/attachment.html>
More information about the llvm-bugs
mailing list