[all-commits] [llvm/llvm-project] e6e8d2: [X86][mingw] Modify the alignment of __m128/__m256...
Pengfei Wang via All-commits
all-commits at lists.llvm.org
Mon Sep 6 05:28:26 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e6e8d25920c1f1cffb58c6b3d52c2b4abbb4c963
https://github.com/llvm/llvm-project/commit/e6e8d25920c1f1cffb58c6b3d52c2b4abbb4c963
Author: Wang, Pengfei <pengfei.wang at intel.com>
Date: 2021-09-06 (Mon, 06 Sep 2021)
Changed paths:
M clang/lib/CodeGen/TargetInfo.cpp
M clang/test/CodeGen/x86_32-align-linux.c
Log Message:
-----------
[X86][mingw] Modify the alignment of __m128/__m256/__m512 vector type for mingw
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
Reviewed By: mstorsjo
Differential Revision: https://reviews.llvm.org/D109265
More information about the All-commits
mailing list