[Mlir-commits] [clang] [llvm] [mlir] [openmp] [Clang][OpenMP] Canonicalize Intra-tiles in Loop Tiling (PR #191114)
Michael Kruse
llvmlistbot at llvm.org
Fri Aug 28 04:37:36 PDT 2026
================
@@ -8018,6 +8019,11 @@ struct LoopIterationSpace final {
/// check that the number of iterations for this particular counter must be
/// finished.
Expr *FinalCondition = nullptr;
+ /// True if this is a reinterpreted intra-tile loop whose lower bound is a
+ /// live floor dependence.
----------------
Meinersbur wrote:
What does "live" mean here?
https://github.com/llvm/llvm-project/pull/191114
More information about the Mlir-commits
mailing list