[PATCH] D61935: Fixes PPC64 Tbegin disassembling

Jinsong Ji via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 3 08:13:42 PDT 2019


jsji requested changes to this revision.
jsji added a comment.
This revision now requires changes to proceed.

Testcase is failing... Have you run test before updating the revision?

It would be great if we can also remove `crrc0` in `PPCInstrInfo.td` and `CRRC0` in `PPCRegisterInfo.td`.



================
Comment at: test/MC/Disassembler/PowerPC/ppc64-encoding-p8htm.txt:6
+
+# CHECK: tabortdc. 9, r0, r0
+0x7d 0x20 0x06 0x5d
----------------
without `-ppc-asm-full-reg-names`, there should not be 'r' before the reg number.

```
# CHECK: tabortdc. 9, r0, r0
         ^
<stdin>:3:2: note: scanning from here
 tabortdc. 9, 0, 0
 ^

```


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61935/new/

https://reviews.llvm.org/D61935





More information about the llvm-commits mailing list