[llvm] [InstCombine] Allow freezing multiple operands (PR #154336)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 21 06:45:19 PDT 2025


nikic wrote:

To avoid compile time issues when pushing freeze up a large value graph, I've rewritten the implementation to directly push freeze to the leafs, instead of doing this step by step.

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


More information about the llvm-commits mailing list