================ @@ -1589,11 +1592,12 @@ cleanupPrivateVars(llvm::IRBuilderBase &builder, /// Returns true if the construct contains omp.cancel or omp.cancellation_point static bool constructIsCancellable(Operation *op) { - // omp.cancel must be "closely nested" so it will be visible and not inside of - // funcion calls. This is enforced by the verifier. + // omp.cancel and omp.cancellation_point must be "closely nested" so they will + // be visible and not inside of funcion calls. This is enforced by the ---------------- Meinersbur wrote:
```suggestion // be visible and not inside of function calls. This is enforced by the ``` https://github.com/llvm/llvm-project/pull/137205 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits