[all-commits] [llvm/llvm-project] 1e0fe3: [OpenMP] Add OutlineableOpenMPOpInterface trait to...
Akash Banerjee via All-commits
all-commits at lists.llvm.org
Thu Sep 28 08:48:50 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1e0fe3bc3cdf23fe54c04565d09b18a494710e3f
https://github.com/llvm/llvm-project/commit/1e0fe3bc3cdf23fe54c04565d09b18a494710e3f
Author: Akash Banerjee <Akash.Banerjee at amd.com>
Date: 2023-09-28 (Thu, 28 Sep 2023)
Changed paths:
M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
Log Message:
-----------
[OpenMP] Add OutlineableOpenMPOpInterface trait to TargetOp
This patch adds the OutlineableOpenMPOpInterface to omp.target. This prevents other operations inside the target region such as WSLoop from hoisting new allocas outside the region.
More information about the All-commits
mailing list