[llvm] [AMDGPU] Stop adding implicit def of superreg in copyPhysReg (PR #125255)

Vikash Gupta via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 12 00:09:33 PST 2025


vg0204 wrote:

It does make sense as Machine verifier has got implicit check for Superregs of register in use implying it to SrcSuperReg. DestSuperReg with implicit def doesn't get any such check, or one should say why would it be if its each of broken dest reg is anyways going to be defined entirely, even if value is coming from not defined SrcSubReg.

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


More information about the llvm-commits mailing list