[PATCH] D120825: [mlir][OpenMP] Generating enums in accordance with the guidelines
Shraiysh via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 9 05:28:34 PST 2022
shraiysh added a comment.
> Does OpenACC use any of this infra currently?
The tests pass so I don't think they use this. I can see they use `ClauseVal` once here <https://github.com/llvm/llvm-project/blob/2c7afadb4789be8e6f5d4b16b46697cc62048928/llvm/include/llvm/Frontend/OpenACC/ACC.td#L82-L92> but the generated enum is not used anywhere so I think we are safe.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120825/new/
https://reviews.llvm.org/D120825
More information about the llvm-commits
mailing list