[llvm-branch-commits] [llvm] [AMDGPU] Add VOP1 support for gfx13 (PR #177603)

Mariusz Sikora via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Jan 26 00:56:38 PST 2026


mariusz-sikora-at-amd wrote:

> It doesn't seem like `--check-prefixies` is necessary.

You're right that we're not using all the checks. My thought was that this could be a convenient way to catch potential differences between the assembler and disassembler output. We already have cases where certain values are displayed in decimal and others in hexadecimal, so additional checks might help us detect such inconsistencies early on.

That said, I’m not insisting on keeping them if it doesn’t provide enough value.

https://github.com/llvm/llvm-project/pull/177603


More information about the llvm-branch-commits mailing list