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

Michael Berg via All-commits all-commits at lists.llvm.org
Fri Jul 18 13:49:59 PDT 2025


  Branch: refs/heads/users/mcberg2021_LoopDistribute
  Home:   https://github.com/llvm/llvm-project
  Commit: 4aee60dbe053bed4bc953c856100f351a3b0fdac
      https://github.com/llvm/llvm-project/commit/4aee60dbe053bed4bc953c856100f351a3b0fdac
  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