[llvm] [SLP] Bail out on store-to-load forwarding hazards (PR #199606)

Milin Bhade via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 19 22:15:37 PDT 2026


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

----------------
mbhade-amd wrote:

I instrumented StlfConflictCache across the full SLP corpus — 0 hits / 149 queries (it's cleared every buildTree() before any entry can be reused), so I'm removing the caching entirely.

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


More information about the llvm-commits mailing list