alexey-bataev wrote: > In clang/lib/Sema/SemaOpenMP.cpp I have retained the marking of the inner > regions of the associated statements with AssumeAttr. This will make the work > in Codegen easier.
How it will make the codegen easier? It is better to try to avoid post-building attribute assignment, if possible. If possible to add attribute on the region build, better to do it. https://github.com/llvm/llvm-project/pull/97535 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits