[all-commits] [llvm/llvm-project] f52805: [OMPIRBuilder] Fix store inst alignment for ordere...
PeixinQiao via All-commits
all-commits at lists.llvm.org
Thu Jan 13 17:48:07 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f52805539b294773aec872e9055aa460eca1a933
https://github.com/llvm/llvm-project/commit/f52805539b294773aec872e9055aa460eca1a933
Author: Peixin-Qiao <qiaopeixin at huawei.com>
Date: 2022-01-14 (Fri, 14 Jan 2022)
Changed paths:
M llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp
M llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp
M mlir/test/Target/LLVMIR/openmp-llvm.mlir
Log Message:
-----------
[OMPIRBuilder] Fix store inst alignment for ordered depend directive
OpenMP runtime requires depend vec with i64 type and the alignment of
store instruction should be set as 8.
Reviewed By: kiranchandramohan, shraiysh
Differential Revision: https://reviews.llvm.org/D116300
More information about the All-commits
mailing list