[PATCH] D147424: [MC][AMDGPU] Warn when disassembling a v_cmpx with non-exec destination
Joe Nash via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 3 08:12:58 PDT 2023
Joe_Nash added a comment.
Since printing to errs() seems off the table, some other potential options:
- Add proper warning infrastructure to the disassembler
- Wrap the check in DEBUG and print to dbgs() ?
- Make it a disassembly failure, but only on a new architecture, so we don't break backwards compatibility
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147424/new/
https://reviews.llvm.org/D147424
More information about the llvm-commits
mailing list