[llvm-commits] [llvm] r160002 - in /llvm/trunk: include/llvm/CodeGen/MachineFrameInfo.h lib/Target/X86/X86FrameLowering.cpp lib/Target/X86/X86RegisterInfo.cpp lib/Target/X86/X86RegisterInfo.h test/CodeGen/X86/alloca-align-rounding-32.ll test/Code

Chad Rosier mcrosier at apple.com
Tue Jul 31 11:34:59 PDT 2012


On Jul 31, 2012, at 10:19 AM, Matt Beaumont-Gay wrote:

> On Tue, Jul 31, 2012 at 10:17 AM, Chad Rosier <mcrosier at apple.com> wrote:
>> 
>> On Jul 31, 2012, at 10:05 AM, Matt Beaumont-Gay wrote:
>> 
>>> Hi Chad,
>>> 
>>> Is it going to be complicated enough to fix that this is worth reverting (again, sorry!) in the meantime?
>> 
>> This looks to be fairly straight forward.  Hoping to have it working within an hour, so I don't think so.
> 
> Great, thanks!

r161066 should take care of it.  Unfortunately, we don't have a centralized place were all the ABI requirements are stored (AFAIK), so I'm afraid we're going to run into a similar issue in the future. :(  Hopefully, not..

 Chad



More information about the llvm-commits mailing list