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

Michael Berg via All-commits all-commits at lists.llvm.org
Fri Jul 18 16:32:37 PDT 2025


  Branch: refs/heads/users/mcberg2021_LoopDistribute
  Home:   https://github.com/llvm/llvm-project
  Commit: af3207bae943396476e141f2859719f63b5174d4
      https://github.com/llvm/llvm-project/commit/af3207bae943396476e141f2859719f63b5174d4
  Author: Michael Berg <michael.berg at sifive.com>
  Date:   2025-07-18 (Fri, 18 Jul 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