http://llvm.org/bugs/show_bug.cgi?id=19412
Richard Smith <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |INVALID --- Comment #2 from Richard Smith <[email protected]> --- '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.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
