[llvm-commits] [llvm] r132764 - in /llvm/trunk: lib/CodeGen/CallingConvLower.cpp test/CodeGen/X86/byval-align.ll

Eric Christopher echristo at apple.com
Wed Jun 8 23:33:46 PDT 2011


On Jun 8, 2011, at 11:29 PM, Eli Friedman wrote:

> On Wed, Jun 8, 2011 at 5:15 PM, Eric Christopher <echristo at apple.com> wrote:
>> Author: echristo
>> Date: Wed Jun  8 19:15:19 2011
>> New Revision: 132764
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=132764&view=rev
>> Log:
>> If the alignment of the byval argument is greater than the alignment
>> of the frame then increase the maximum alignment of the frame to
>> match.
>> 
>> Fixes PR6965
> 
> I know it seems pretty strange, but this appears to be breaking the
> http://google1.osuosl.org:8011/builders/llvm-gcc-native-mingw32-win7
> buildbot...

Hmm.. I'd thought that was Cameron's patch when I saw it. I can revert
to check though.

-eric



More information about the llvm-commits mailing list