[AMDGPU] SIInstrInfo::verifyInstruction tweaks. NFCI.
authorJay Foad <jay.foad@amd.com>
Mon, 21 Mar 2022 11:14:17 +0000 (11:14 +0000)
committerJay Foad <jay.foad@amd.com>
Mon, 21 Mar 2022 11:15:55 +0000 (11:15 +0000)
commit321d3aae7ce326c14fe73c3e5cbc92a3745fc8e0
treeea135a938a6b648db176edcf7441d8b18350f5ba
parent31486a9fc27a12e2c504861a1c4c3465cbb55856
[AMDGPU] SIInstrInfo::verifyInstruction tweaks. NFCI.

Simplify some for loops. Don't bother checking src2 operand for
writelane because it doesn't have one. Check all VALU instructions,
not just VOP1/2/3/C/SDWA.
llvm/lib/Target/AMDGPU/SIInstrInfo.cpp