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

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


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