[llvm-bugs] [Bug 31099] wrong code by the LoadCombine pass (-load-combine)
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri May 19 22:01:13 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=31099
Davide Italiano <davide at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #5 from Davide Italiano <davide at freebsd.org> ---
Fixed.
[davide at cupiditate bin]$ ./clang -c -emit-llvm -w -o small.bc small.c
[davide at cupiditate bin]$ ./opt -load-combine small.bc | ./lli
1
[davide at cupiditate bin]$ ./opt small.bc | ./lli
1
--
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/20170520/3ebc074b/attachment.html>
More information about the llvm-bugs
mailing list