[all-commits] [llvm/llvm-project] aa4e6a: [mlir][openacc] Add canonicalization for standalon...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Mon Jun 7 08:41:29 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aa4e6a609acdd00e06b54f525054bd5cf3624f0f
https://github.com/llvm/llvm-project/commit/aa4e6a609acdd00e06b54f525054bd5cf3624f0f
Author: Valentin Clement <clementval at gmail.com>
Date: 2021-06-07 (Mon, 07 Jun 2021)
Changed paths:
M mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
M mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
A mlir/test/Dialect/OpenACC/canonicalize.mlir
Log Message:
-----------
[mlir][openacc] Add canonicalization for standalone data operations for if condition
This patch add canonicalization for the standalone data operation with constant if condition.
It is extracted from this patch D103325.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D103712
More information about the All-commits
mailing list