[LLVMbugs] [Bug 16147] PPC64: Possible endian issue in optimization

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon May 27 05:31:51 PDT 2013


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

Duncan Sands <baldrick at free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |baldrick at free.fr
         Resolution|---                         |INVALID

--- Comment #1 from Duncan Sands <baldrick at free.fr> ---
This IR is invalid.  As described here
http://llvm.org/docs/LangRef.html#load-instruction
storing an i8 value to %tmp2 then loading it out as an i1 yields an undefined
result.  If you want to load something out as an i1 then you must have stored
it as an i1, not some other type.

-- 
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/20130527/b787d4d0/attachment.html>


More information about the llvm-bugs mailing list