[llvm-bugs] [Bug 31108] wrong code with "opt -inline -loop-extract"
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Apr 21 08:40:35 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=31108
Davide Italiano <davide at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |davide at freebsd.org
Resolution|--- |FIXED
--- Comment #3 from Davide Italiano <davide at freebsd.org> ---
Fixed in trunk.
[davide at localhost bin]$ ./opt -inline -loop-extract blah.bc | ./lli
[davide at localhost bin]$ ./opt blah.bc | ./lli
[davide at localhost bin]$
--
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/20170421/91196110/attachment.html>
More information about the llvm-bugs
mailing list