Details
Details
- Reviewers
myhsu ricky26 RKSimon - Commits
- rG6595cb1dbb40: [m68k] Implement BSR Instruction
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM with minor suggestions
llvm/lib/Target/M68k/M68kInstrControl.td | ||
---|---|---|
239 | another way to simplify this part of the code is to conditionally assign different layout of dags to Inst using TYPE.Size. Such that
Personally I don't have strong opinion on whether to adopt this simplification since the current version is not utterly messy, so it's up to you |
Comment Actions
Sorry for holding this for so long. I will come back next week since we have a a 5-day holiday in Taiwan.
another way to simplify this part of the code is to conditionally assign different layout of dags to Inst using TYPE.Size. Such that
Personally I don't have strong opinion on whether to adopt this simplification since the current version is not utterly messy, so it's up to you