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

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 5 05:13:10 PST 2025


arsenm wrote:

I'm suspecting this is a difference in behavior between MachineVerifier with and without LiveIntervals available. It is significantly more permissive without LiveIntervals with respect to partially defined registers

Do you see any failures in conformance with -O0 and/or EXPENSIVE_ChECKS? 

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


More information about the llvm-commits mailing list