[llvm-commits] [llvm] r67142 - in /llvm/trunk: lib/Target/X86/X86Instr64bit.td test/CodeGen/X86/call-imm.ll

Mike Stump mrs at apple.com
Tue Mar 17 20:12:58 PDT 2009


On Mar 17, 2009, at 7:03 PM, Evan Cheng wrote:
> It's true the call destination displacement can
> be beyond 4G. But in small code model that's undefined behavior
> anyway, right?

I believe the limit is +/- 2GB.  I'm not an expert, but, yes, as well  
for all other models, except large.



More information about the llvm-commits mailing list