[Mlir-commits] [mlir] [mlir][acc] Run acc-specialize-for-host rewrite to convergence (PR #205727)

Razvan Lupusoru llvmlistbot at llvm.org
Thu Jun 25 08:13:31 PDT 2026


================
@@ -344,6 +344,9 @@ class ACCSpecializeForHost
         populateACCOrphanToHostPatterns(patterns, accSupport);
       GreedyRewriteConfig config;
       config.setUseTopDownTraversal(true);
+      // Deeply nested orphan acc routines can need more than the default
----------------
razvanlupusoru wrote:

The comment should note orphan acc loops not acc routines AFAICT

https://github.com/llvm/llvm-project/pull/205727


More information about the Mlir-commits mailing list