[PATCH] D60748: Fix i386 struct and union parameter alignment

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 19 11:11:10 PDT 2019


rjmccall added a subscriber: dexonsmith.
rjmccall added a comment.

I suspect Darwin also doesn't want to take this.  We care very little about 32-bit Intel, and part of caring very little is not wanting to spend any effort dealing with the ramifications of ABI breaks.  That would apply both to the rule in general and to the vector rule specifically.  @dexonsmith, agreed?


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60748/new/

https://reviews.llvm.org/D60748





More information about the cfe-commits mailing list