[PATCH] D138496: [OpenMP][OMPContext] Move SIMD alignment calculation to LLVM Frontend
Jan Sjödin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 23 07:13:41 PST 2022
jsjodin added inline comments.
================
Comment at: llvm/include/llvm/Frontend/OpenMP/OMPContext.h:233
+ const std::vector<std::string> &TargetFeatures,
+ Type *AlignedValueTy = nullptr);
+};
----------------
We can remove the AlignedValueTy parameter since it is not used and we determined that the DataLayout in the module is incomplete anyway.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138496/new/
https://reviews.llvm.org/D138496
More information about the llvm-commits
mailing list