[PATCH] D147102: [M68k] Add `TRAP`, `TRAPV`, `BKPT`, `ILLEGAL` instructions
Ian D. Scott via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 3 20:45:09 PDT 2023
ids1024 added a comment.
Looks like the `Imm` union member is currently not set anywhere. It's only used in `M68kOperand::print`. `M68kOperand::createImm` sets the `Expr` union variant.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147102/new/
https://reviews.llvm.org/D147102
More information about the llvm-commits
mailing list