Previously when targeting 68020+, instruction selection attempted to
emit a 32-bit register-register multiplication, but failed at
instruction selection. With this, it succeeds.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thank you for adding this. Could you add some codegen tests (i.e. LLVM IR -> assembly)?
Comment Actions
LGTM with minor comments. Thanks!
Also, since now there are several LLVM patches under your belt, you might want to obtain a commit access. Let me know if you need any help on that!
llvm/lib/Target/M68k/M68kInstrArithmetic.td | ||
---|---|---|
637 | nit: the double quotes are not necessary. Ditto for other occurrences in this patch |
nit: the double quotes are not necessary. Ditto for other occurrences in this patch