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

Michael Berg via All-commits all-commits at lists.llvm.org
Fri Aug 15 16:31:21 PDT 2025


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

  Changed paths:
    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 count of the number of partitions LoopDist made when distributing
a loop in 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