[PATCH] D149901: [RISCV] Restrict valid indices for cm.jalt to be in [32,255].

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 4 13:49:59 PDT 2023


jrtc27 accepted this revision.
jrtc27 added a comment.
This revision is now accepted and ready to land.

Dumb question: how's the disassembler disambiguating here? By chance due to cm.jt coming first and matching only when the upper bits are 0 (i.e. fragilely)?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149901/new/

https://reviews.llvm.org/D149901



More information about the llvm-commits mailing list