[LLVMbugs] [Bug 17912] LICM doesn't handle intrinsics
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Nov 14 02:51:00 PST 2013
http://llvm.org/bugs/show_bug.cgi?id=17912
Dmitry Babokin <babokin at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #1 from Dmitry Babokin <babokin at gmail.com> ---
Ouch! This is user error, not an LLVM bug. I've missed alias analysis, so LICM
failed to hoist this stuff.
This works just fine:
> opt -basicaa -licm licm_intrinsics.ll | llvm-dis
--
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/20131114/45a0bbe9/attachment.html>
More information about the llvm-bugs
mailing list