[PATCH] D57961: [X86] Add explicit alignment to __m128/__m128i/__m128d/etc. to allow matching of MSVC behavior with #pragma pack.

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 8 10:12:08 PST 2019


craig.topper updated this revision to Diff 185996.
craig.topper added a comment.

Forgot to do MMX's __m64 type


Repository:
  rC Clang

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

https://reviews.llvm.org/D57961

Files:
  lib/Headers/avx512bwintrin.h
  lib/Headers/avx512fintrin.h
  lib/Headers/avx512vlbwintrin.h
  lib/Headers/avx512vlintrin.h
  lib/Headers/avxintrin.h
  lib/Headers/emmintrin.h
  lib/Headers/mmintrin.h
  lib/Headers/xmmintrin.h
  test/CodeGen/x86-vec-struct-packing.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57961.185996.patch
Type: text/x-patch
Size: 20599 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190208/08899fd2/attachment-0001.bin>


More information about the cfe-commits mailing list