[Openmp-commits] [clang] [flang] [llvm] [openmp] [Clang][OpenMP][LoopTransformations] Add support for "#pragma omp fuse" loop transformation directive and "looprange" clause (PR #139293)
Roger Ferrer Ibáñez via Openmp-commits
openmp-commits at lists.llvm.org
Fri Sep 19 03:08:02 PDT 2025
rofirrim wrote:
> There is still @alexey-bataev's [request](https://github.com/llvm/llvm-project/pull/139293/files#r2159465143) to separate OMPLoopCategory into a separate PR.
Yep, not forgetting about this one.
@alexey-bataev I've managed to remove the enum because with the recent AST restructuring we don't need it anymore. I've rearranged some functions to keep things in sync between the analysis creation and the analysis usage.
https://github.com/llvm/llvm-project/pull/139293
More information about the Openmp-commits
mailing list