[all-commits] [llvm/llvm-project] 86f742: [LoopDist] Add metadata for checking post process ...

Michael Berg via All-commits all-commits at lists.llvm.org
Wed Aug 20 13:56:09 PDT 2025


  Branch: refs/heads/users/mcberg2021_LoopDistribute2
  Home:   https://github.com/llvm/llvm-project
  Commit: 86f742ade4182911a3aae705dfe0f2abf5a4039b
      https://github.com/llvm/llvm-project/commit/86f742ade4182911a3aae705dfe0f2abf5a4039b
  Author: Michael Berg <michael.berg at sifive.com>
  Date:   2025-08-20 (Wed, 20 Aug 2025)

  Changed paths:
    M llvm/docs/TransformMetadata.rst
    M llvm/lib/Transforms/Scalar/LoopDistribute.cpp
    M llvm/test/Transforms/LoopDistribute/cross-partition-access.ll
    M llvm/test/Transforms/LoopDistribute/followup.ll
    M llvm/test/Transforms/LoopDistribute/laa-invalidation.ll
    A llvm/test/Transforms/LoopDistribute/no-reprocess.ll
    M llvm/test/Transforms/LoopDistribute/scev-inserted-runtime-check.ll
    M llvm/test/Transforms/LoopVersioning/noalias-version-twice.ll
    M llvm/test/tools/UpdateTestChecks/update_analyze_test_checks/Inputs/loop-distribute.ll.expected

  Log Message:
  -----------
  [LoopDist] Add metadata for checking post process state of distributed loops

Add a boolean marker noting when loop distribution was sucessfully applied
in a loops meta data, then check for loops which are already distributed
to prevent reprocessing.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list