[cfe-commits] NEON vector alignment

Bob Wilson bob.wilson at apple.com
Mon Apr 4 09:58:32 PDT 2011


On Mar 31, 2011, at 2:06 PM, Sandeep Patel wrote:

> Clang aligns NEON vectors differently than llvm-gcc does.
> 
> llvm-gcc actually calls into ARMTargetMachine to get the layout, but
> Clang provides it's own definitions.
> 
> llvm-gcc's definition appears to be correct, so this changes Clang to that.

Thanks, Sandeep.  While reviewing your patch, I noticed that further changes were needed for the APCS ABI, so I went ahead and made those changes as well.  Committed as svn r128825.



More information about the cfe-commits mailing list