[PATCH] D138496: [WIP][OMPIRBuilder] Add OpenMPDefaultSimdAlignment field to TargetMachine class
Dominik Adamski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 22 08:54:15 PST 2022
domada added a comment.
Yes, we can extend calculations of the default alignment. My primary goal was to move code from clang into llvm without modification of the code logic.
AFAIK the default simd alignment corresponds to the maximal width of the simd instruction for given target.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138496/new/
https://reviews.llvm.org/D138496
More information about the llvm-commits
mailing list