This is an archive of the discontinued LLVM Phabricator instance.

[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
size of vector. https://reviews.llvm.org/D108887#inline-1040893

Diff Detail

Event Timeline

pengfei requested review of this revision.Sep 3 2021, 7:19 PM
pengfei created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptSep 3 2021, 7:19 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
mstorsjo accepted this revision.Sep 6 2021, 3:09 AM

Thanks, this does seem to do the right thing in the testcase you provided.

This revision is now accepted and ready to land.Sep 6 2021, 3:09 AM

Thanks Martin!

This revision was landed with ongoing or failed builds.Sep 6 2021, 5:28 AM
This revision was automatically updated to reflect the committed changes.