[PATCH] D93560: [openacc][openmp] Reduce number of generated file and prefer inclusion of .inc
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 16 11:01:51 PDT 2021
Meinersbur added a comment.
The reason why MLIR does not split declaration and implementation-generation might be that nobody yet wanted to invest the work to split them. While I would not request splitting tablegen-generated files into separate files, fusing feels like a step backwards. If only implementation details change, with a merged output everything that includes `OMP.h` must be recompiled as well. I don't see how a separation into declaration and implementation causes the number of files to explode.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93560/new/
https://reviews.llvm.org/D93560
More information about the llvm-commits
mailing list