[polly] Isl ast gen compute out (PR #201859)
Shikhar Jain via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 13 00:07:21 PDT 2026
================
@@ -545,10 +560,23 @@ void IslAst::init(const Dependences &D) {
}
RunCondition = buildRunCondition(S, isl::manage_copy(Build));
-
- Root = isl::manage(
- isl_ast_build_node_from_schedule(Build, S.getScheduleTree().release()));
- walkAstForStatistics(Root);
+ // Apply IslMaxOperationsGuard on the api which starts the process of ASt gen
----------------
ShikharJ-Corp wrote:
Done.
https://github.com/llvm/llvm-project/pull/201859
More information about the llvm-commits
mailing list