AMDGPU: Remove register operand from si_mask_branch
It isn't used for anything, and is also misleading since it could be spilled at the end of the block, so it can't be relied on. There ends up being a verifier error about using an undefined register since the spill kills the register. llvm-svn: 279899
Loading
Please sign in to comment