[PATCH] D133881: [AMDGPU][MC][GFX11] Add validation of constant bus limitations for VOPD
Dmitry Preobrazhensky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 14 14:27:32 PDT 2022
dp added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp:3503
+ for (int OpIdx : OpIndices) {
+ if (OpIdx == -1) continue;
+
----------------
rampitec wrote:
> Could you please move 'continue' onto a separate line?
Sure, thanks!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133881/new/
https://reviews.llvm.org/D133881
More information about the llvm-commits
mailing list