[all-commits] [llvm/llvm-project] ab212f: [mlir][openacc] Switch * to `star` which is more M...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed Dec 6 14:53:36 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ab212fc94c3da7273442db6bbdad4d5a94f0a515
https://github.com/llvm/llvm-project/commit/ab212fc94c3da7273442db6bbdad4d5a94f0a515
Author: Valentin Clement (バレンタイン クレメン) <clementval at gmail.com>
Date: 2023-12-06 (Wed, 06 Dec 2023)
Changed paths:
M flang/test/Lower/OpenACC/acc-set.f90
M flang/test/Lower/OpenACC/acc-update.f90
M mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
M mlir/test/Dialect/OpenACC/ops.mlir
Log Message:
-----------
[mlir][openacc] Switch * to `star` which is more MLIR friendly (#74662)
`*` is not friendly to the MLIR attribute parser and will fail to be
parsed. Switch the `*` enum representation to `star`.
More information about the All-commits
mailing list