This change adds an operand class for each addressing mode, which can then
be used as part of the assembler to match instructions.
Details
Details
- Reviewers
myhsu RKSimon - Commits
- rG8ef111222a3d: [M68k] Add more specific operand classes
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
@myhsu I've put together this stack for my assembler/disassembler implementation. I'd very much appreciate any help finding other appropriate reviewers!
Hopefully all the patches other than the final implementations should be pretty uncontroversial. :)
llvm/lib/Target/M68k/M68kInstrInfo.td | ||
---|---|---|
341 | Is this used anywhere? |
llvm/lib/Target/M68k/M68kInstrInfo.td | ||
---|---|---|
341 | Ah, this is a victim of how I re-split my changes. In one of the later patches it is used as MxOp's default operand class. I'll just switch that around so that change comes in with this patch. |
Comment Actions
I don't have commit access, so if someone could land this for me, I'd appreciate it! :)
Is this used anywhere?