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

Hal Finkel <[email protected]> changed:

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

--- Comment #5 from Hal Finkel <[email protected]> ---
It seems that clobbering a non-allocatable register that aliases an allocatable
one is not really supported (I vaguely recall Andy and/or Jakob pointing this
out to me a long time ago in the context of the ctr-based loops design
discussion), so I implemented the 'cc' alias for 'cr0' directly within the
inline asm constraint-processing code. In short, r223708 should fix this.

-- 
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