[all-commits] [llvm/llvm-project] 4b80a8: [flang][openacc][NFC] Cleanup enter data lowering
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Fri Apr 28 11:51:28 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4b80a8c72d3d0dba4ee2469471dfccb7e257b319
https://github.com/llvm/llvm-project/commit/4b80a8c72d3d0dba4ee2469471dfccb7e257b319
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-04-28 (Fri, 28 Apr 2023)
Changed paths:
M flang/lib/Lower/OpenACC.cpp
Log Message:
-----------
[flang][openacc][NFC] Cleanup enter data lowering
Remove copyinOperands, createOperands, createZeroOperands, attachOperands
SmallVectors as they are not used anymore.
The op itself cannot be cleanup yet because
`mlir/lib/Target/LLVMIR/Dialect/OpenACC/OpenACCToLLVMIRTranslation.cpp`
still depends on it. The final clean up on the op will be down once
the translation uses the new data operand operations.
Reviewed By: vzakhari
Differential Revision: https://reviews.llvm.org/D149467
More information about the All-commits
mailing list