[mlir][openacc] Switch * to `star` which is more MLIR friendly (#74662)
commitab212fc94c3da7273442db6bbdad4d5a94f0a515
authorValentin Clement (バレンタイン クレメン) <clementval@gmail.com>
Wed, 6 Dec 2023 22:53:23 +0000 (6 14:53 -0800)
committerGitHub <noreply@github.com>
Wed, 6 Dec 2023 22:53:23 +0000 (6 14:53 -0800)
treea4010f97381d423d5a21b0d156b859faea8d49db
parentdcbb1968a8215e79bfc2bdc48a88d2596b7f5995
[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`.
flang/test/Lower/OpenACC/acc-set.f90
flang/test/Lower/OpenACC/acc-update.f90
mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
mlir/test/Dialect/OpenACC/ops.mlir