[all-commits] [llvm/llvm-project] 4f98fb: [mlir][openacc][NFC] Remove useless OptionalAttr w...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Thu Oct 5 10:45:17 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4f98fb2e937ab3c3afacd986cbad16e7d3bc960b
https://github.com/llvm/llvm-project/commit/4f98fb2e937ab3c3afacd986cbad16e7d3bc960b
Author: Valentin Clement (バレンタイン クレメン) <clementval at gmail.com>
Date: 2023-10-05 (Thu, 05 Oct 2023)
Changed paths:
M flang/lib/Lower/OpenACC.cpp
M mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
Log Message:
-----------
[mlir][openacc][NFC] Remove useless OptionalAttr with UnitAttr (#68337)
`UnitAttr` exits or not so adding `OptionalAttr` around it is not
necessary. This patch cleanup this for the `RoutineOp`
More information about the All-commits
mailing list