[all-commits] [llvm/llvm-project] 7cb671: [LoopDist] Add some runtime checks for cross parti...

Michael Berg via All-commits all-commits at lists.llvm.org
Tue Jun 24 18:21:15 PDT 2025


  Branch: refs/heads/users/mcberg2021_LoopDistribute
  Home:   https://github.com/llvm/llvm-project
  Commit: 7cb671a9729268d14e0ec90894033e924ae59698
      https://github.com/llvm/llvm-project/commit/7cb671a9729268d14e0ec90894033e924ae59698
  Author: Michael Berg <michael.berg at sifive.com>
  Date:   2025-06-24 (Tue, 24 Jun 2025)

  Changed paths:
    M llvm/lib/Transforms/Scalar/LoopDistribute.cpp
    A llvm/test/Transforms/LoopDistribute/cross-partition-access.ll

  Log Message:
  -----------
  [LoopDist] Add some runtime checks for cross partition loads

Emit safety guards for ptr accesses when cross partition
loads exist which have a corresponding store to the same
address in a different partition.  This will emit the
necessary ptr checks for these accesses.



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