[llvm] [CodeGen][NVPTX][WebAssembly] Add copyReg interface to TargetInstrInfo that takes Register instead of MCRegister. (PR #128456)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 23 20:13:15 PST 2025
topperc wrote:
> I don't see much point in splitting the interface. They are functionally the same, the detail that some targets happen to use virtual registers throughout isn't significant
So you would prefer to change copyPhysReg to take Register instead of MCRegister?
https://github.com/llvm/llvm-project/pull/128456
More information about the llvm-commits
mailing list