[LLVMbugs] [Bug 21742] PowerPC cc clobber fails to clobber cr0

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Dec 8 14:57:28 PST 2014


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

Hal Finkel <hfinkel at anl.gov> changed:

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

--- Comment #5 from Hal Finkel <hfinkel at anl.gov> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20141208/9e715184/attachment.html>


More information about the llvm-bugs mailing list