[llvm] [AMDGPU][RFC] Combine asm and disasm tests. (PR #90214)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 30 21:09:43 PDT 2024


MaskRay wrote:

> @MaskRay `llvm-objdump -d` doesn't use the asm streamer, meaning it would require separate check lines, whereas the idea is to make same check lines work for both the assembler and disassembler tests.
> 
> Regarding round-tripping, we may want to consider that at some point, but we still need to directly check what the disassembler produces, because reassembling may mask problems.

Can you give an example that llvm-objdump is insufficient for your case?

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


More information about the llvm-commits mailing list