[PATCH] D147424: [MC][AMDGPU] Warn when disassembling a v_cmpx with non-exec destination

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 3 00:15:31 PDT 2023


foad added a comment.

This is pretty much the same as D133334 <https://reviews.llvm.org/D133334> right?

I'm still not too happy about emitting warnings without using proper diagnostics. The reason is that when the disassembler is being used as a library then it's probably not appropriate for it just to write warnings to stderr.


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