[llvm-commits] [llvm] r151104 - /llvm/trunk/lib/Target/ARM/ARMBaseInstrInfo.cpp

Jakob Stoklund Olesen stoklund at 2pi.dk
Tue Feb 21 16:04:49 PST 2012


On Feb 21, 2012, at 4:01 PM, Eli Friedman <eli.friedman at gmail.com> wrote:

> On Tue, Feb 21, 2012 at 3:47 PM, Jakob Stoklund Olesen <stoklund at 2pi.dk> wrote:
>> Author: stoklund
>> Date: Tue Feb 21 17:47:43 2012
>> New Revision: 151104
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=151104&view=rev
>> Log:
>> Calls don't really change the stack pointer.
> 
> Doesn't that depend on the calling convention?

Yes, at least on x86.

>  Granted, I think it
> holds for all the calling conventions I know of on ARM, but it
> certainly isn't true in general.

AFAIK, no ARM calling conventions change the stack pointer.

/jakob




More information about the llvm-commits mailing list