These instructions always output the canonical mnemonic. The GNU tools
emit the canonical mnemonic for the branch pseudo instructions as well
(e.g. "bgt" will be recognised by the assembler but never printed by
objdump).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Trivial enough.
Although I'd still argue that in fact the gt/le variants are the "canonical" ones, due to the correct ordering of rd, rj ;-) But again the manual isn't amended yet (somebody's still holding strong it seems) so let's just first achieve feature parity...