[PATCH] D83636: omp: Make OMP tablegen more like all other tablegens.

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 12 06:01:46 PDT 2020


clementval added a comment.

While I agree that this reduce the code size it also split the code generation in two. We are also generating new code for Flang and probably it will be used by clang when we move the rest of the OMPKinds.def to TableGen (see https://reviews.llvm.org/D83326). I don't have strong opinion on this but looks like going back to the OMPKinds.def which we are trying to remove. Maybe @jdoerfert can review/comment this better.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83636/new/

https://reviews.llvm.org/D83636





More information about the llvm-commits mailing list