[llvm] [HashRecognize] Fix the analysis result (PR #144742)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 18 09:15:11 PDT 2025


https://github.com/nikic commented:

Have you considered going the other way around and not making this a PM-level analysis at all? You can just locally instantiate the object in the single place you're going to use it. I don't think you gain anything but unwelcome problems (like: did the results potentially get invalidated by a LIR transform that ran earlier?)

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


More information about the llvm-commits mailing list