[x86] (PR15455) While (ins|outs)[bwld] instructions do not take %dx as a
memory operand, various unofficial references do and objdump
disassembles to this format. Extend special treatment of
similar (in|out)[bwld] operations.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Gross, but LGTM.
| test/MC/X86/x86-32.s | ||
|---|---|---|
| 603 ↗ | (On Diff #52829) | It's *really* minor, but the inconsistent newlines make me twitch: either separate the CHECKs from the instructions, or don't ;) |
| 625 ↗ | (On Diff #52829) | space |
| test/MC/X86/x86-64.s | ||
| 284 ↗ | (On Diff #52829) | space |
| 290 ↗ | (On Diff #52829) | Comment in a separate line? |