[all-commits] [llvm/llvm-project] 49a813: [flang][openacc] Keep region when applying data op...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed Apr 12 08:20:49 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 49a813b4a6ea98e64373a7f7e8827a7e71e19189
https://github.com/llvm/llvm-project/commit/49a813b4a6ea98e64373a7f7e8827a7e71e19189
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-04-12 (Wed, 12 Apr 2023)
Changed paths:
M flang/lib/Optimizer/Transforms/OpenACC/OpenACCDataOperandConversion.cpp
M flang/test/Transforms/OpenACC/convert-data-operands-to-llvmir.fir
Log Message:
-----------
[flang][openacc] Keep region when applying data operand conversion
Similar to D148039 but for the FIR to LLVM IR
conversion pass.
The inner part of the acc.loop has been removed since the rest of the
pipeline is not ready and would raise an error here. This was passing
until now because the acc.loop was discarded completely.
Reviewed By: PeteSteinfeld
Differential Revision: https://reviews.llvm.org/D148057
More information about the All-commits
mailing list