[llvm] [CodeGen] Add listener support to the rematerializer (NFC) (PR #184338)

Nicolai Hähnle via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 3 07:29:10 PST 2026


https://github.com/nhaehnle commented:

I tend to think composition is often better than inheritance, so using a listener makes sense to me. Couple of notes inline, but I think the overall approach is fine.

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


More information about the llvm-commits mailing list