http://llvm.org/bugs/show_bug.cgi?id=17912

Dmitry Babokin <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Dmitry Babokin <[email protected]> ---
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to