AMDGPU: Fix not checking implicit operands in verifyInstruction
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 21 Oct 2015 21:15:01 +0000 (21:15 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Wed, 21 Oct 2015 21:15:01 +0000 (21:15 +0000)
commitca4c86d2fd31ba4c23b9f3028e4f812713f230c6
tree5110c803ec42533cdb149d798ff509a6ada36d64
parent8a10a4556ba55127a124fb1b39e89ea655507381
AMDGPU: Fix not checking implicit operands in verifyInstruction

When verifying constant bus restrictions, this wasn't catching
uses in implicit operands.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250948 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/AMDGPU/SIInstrInfo.cpp