[PATCH] D113173: [AsmPrinter][ORE] use correct opcode name

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 8 06:44:53 PST 2021


fhahn added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/instruction-mix-remarks-BCTRL_LWZinto_toc.ll:9
 ; CHECK:  - String:          ': '
-; CHECK:  - INST_bctrl
-; CHECK:	ld 2,: '1'
+; CHECK:  - INST_bctrl:      '1'
 ; CHECK:  - String:          "\n"
----------------
shouldn't this be 2 instructions and the count for `tld` is missing at the moment?

I am not very familiar with PPC instructions, but the description contains:

```
This pseudo instruction consists of two instructions: bctrl without any explicit operands and lwz with two operands 2 and $src.

```


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113173



More information about the llvm-commits mailing list