[llvm-bugs] [Bug 12110] Optimizer fails to fold one-iteration loop
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Mar 1 17:54:38 PST 2019
https://bugs.llvm.org/show_bug.cgi?id=12110
Florian Hahn <florian_hahn at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |florian_hahn at apple.com
Resolution|--- |FIXED
--- Comment #4 from Florian Hahn <florian_hahn at apple.com> ---
Folds to
; Function Attrs: norecurse nounwind readnone ssp uwtable
define i32 @main(i32 %argc, i8** nocapture readnone %argv) local_unnamed_addr
#0 {
entry:
ret i32 %argc
}
with current trunk
--
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/20190302/6dd4c606/attachment-0001.html>
More information about the llvm-bugs
mailing list