[PATCH] D133205: [AMDGPU][MC][GFX11][NFC] Update assembler tests for VOPD instructions

Joe Nash via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 6 07:26:36 PDT 2022


Joe_Nash added a comment.

> We also need negative tests to check constant bus limitations and VGPR bank conflicts. These tests should be added separately.

It would be good to have such tests, but the actual functionality to verify the constraints in the assembler would need to be added. We currently do not check those properties in the assembly, only during CodeGen.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133205/new/

https://reviews.llvm.org/D133205



More information about the llvm-commits mailing list