[llvm] [LoopFusion] Fix false-positive dependency blocking fusion of idempot… (PR #206401)

Ehsan Amiri via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 14 09:46:59 PDT 2026


================

----------------
amehsan wrote:

There is not enough information here to prove `%a` and `%b` do not alias each other. The caller may pass the same pointer as the first and second argument of the function. 

https://github.com/llvm/llvm-project/pull/206401


More information about the llvm-commits mailing list