AMDGPU: Remove register operand from si_mask_branch
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Sat, 27 Aug 2016 00:42:21 +0000 (00:42 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Sat, 27 Aug 2016 00:42:21 +0000 (00:42 +0000)
commitf98a5969544a6664bf3f25bedf288b173cab94c5
tree9f1cf7d6cbc075a7d69b2f296b82df7187bf86b2
parent42034d009d7b10f1348e47078a8eed02e5360b60
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
llvm/lib/Target/AMDGPU/SIInstructions.td
llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp