[LLVMbugs] [Bug 19412] Errorneous assumption of 8 bit argument widened to 32 bit

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Apr 14 13:33:22 PDT 2014


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

Richard Smith <richard-llvm at metafoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |richard-llvm at metafoo.co.uk
         Resolution|---                         |INVALID

--- Comment #2 from Richard Smith <richard-llvm at metafoo.co.uk> ---
'zeroext' on a parameter means that it's zero-extended by the caller. That's
correct here; the x86 psABI requires this extension.

If this function isn't working due to the parameter not being zero-extended,
that seems to be a bug in the caller, not the callee. If that code was also
generated by LLVM, please reopen 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/20140414/64139941/attachment.html>


More information about the llvm-bugs mailing list