[llvm] [MachineSSAUpdater][AMDGPU] Add faster version of MachineSSAUpdater class. (PR #145722)
Valery Pykhtin via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 5 01:22:48 PDT 2025
vpykhtin wrote:
> Can you templatify the IR one like is done for other passes, e.g uniformity info?
I'm not sure if it complicate things more than does good, but some places possibly can be templatified like 'computeLiveInBlocks'.
https://github.com/llvm/llvm-project/pull/145722
More information about the llvm-commits
mailing list