This is a follow up patch after D78564 and D108887.
Martin helped to confirm the alignment in GCC mingw is the same as the
size of vector. https://reviews.llvm.org/D108887#inline-1040893
Paths
| Differential D109265
[X86][mingw] Modify the alignment of __m128/__m256/__m512 vector type for mingw ClosedPublic Authored by pengfei on Sep 3 2021, 7:19 PM.
Details Summary This is a follow up patch after D78564 and D108887. Martin helped to confirm the alignment in GCC mingw is the same as the
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 6 2021, 3:09 AM This revision was landed with ongoing or failed builds.Sep 6 2021, 5:28 AM Closed by commit rGe6e8d25920c1: [X86][mingw] Modify the alignment of __m128/__m256/__m512 vector type for mingw (authored by Wang, Pengfei <pengfei.wang@intel.com>). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 370900 clang/lib/CodeGen/TargetInfo.cpp
clang/test/CodeGen/x86_32-align-linux.c
|