[all-commits] [llvm/llvm-project] b83606: [LoopFusion] Drop duplicate write-write dependence...
Madhur Amilkanthwar via All-commits
all-commits at lists.llvm.org
Thu Jun 11 02:28:04 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b836063bbf6f856c85801e40e31e8221f240653d
https://github.com/llvm/llvm-project/commit/b836063bbf6f856c85801e40e31e8221f240653d
Author: Madhur Amilkanthwar <madhura at nvidia.com>
Date: 2026-06-11 (Thu, 11 Jun 2026)
Changed paths:
M llvm/lib/Transforms/Scalar/LoopFuse.cpp
Log Message:
-----------
[LoopFusion] Drop duplicate write-write dependence check (NFC) (#203173)
`dependencesAllowFusion()` re-tested every FC0-write vs FC1-write pair
in the second loop nest, duplicating the checks already done in the
first. Iterate only the remaining FC0-read vs FC1-write pairs; the set
of checked dependences (W0xW1, W0xR1, R0xW1) is unchanged.
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