[PATCH] D83636: omp: Make OMP tablegen more like all other tablegens.
Valentin Clement via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 29 06:06:44 PDT 2020
clementval added a comment.
@thakis Sorry this has been lying here for a while. I see the point of having this mixed "mode" where more complicated constructs are code gen inside the DirectiveEmitter and there is a way to do the simplest ones using macros and includes. Unfortunately, I think this patch is now behind the current version and OpenACC joined the frontend directory recently as it is under construction in Flang. If you think this is still valuable, I can offer to work on a new patch that cover both OpenMP and OpenACC and follow what you were trying to do here.
@jdoerfert Any comments?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83636/new/
https://reviews.llvm.org/D83636
More information about the llvm-commits
mailing list