Follow-up of D76591.
Details
Details
- Reviewers
Bdragon28 jhenderson sfertile • espindola - Group Reviewers
Restricted Project - Commits
- rG4af7560b3751: [PPCInstPrinter] Print conditional branches as `bt 2, $target` instead of `bt 2…
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I'm out of my depth here, so can't realistically review this. Sorry.
I did see that the harbourmaster tests failed though. Are they related?
Comment Actions
lld/test/ELF/ppc* need fixing. Since there were not many, I just fixed them. I worried people may have different ideas on the output.
Comment Actions
1 comment, but otherwise LGTM.
llvm/lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp | ||
---|---|---|
63 | Minor nit: Maybe decodeCondBrTarget since condition branches have other operands. |
Minor nit: Maybe decodeCondBrTarget since condition branches have other operands.