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 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
