[PATCH] D77118: [PowerPC] Ignore implicit register operands for MCInst

Jinsong Ji via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 31 07:44:50 PDT 2020


jsji added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/atomics-regression.ll:1234
 ; PPC64LE-NEXT:    sync
-; PPC64LE-NEXT:  .LBB79_1:
+; PPC64LE-NEXT:  .LBB79_1: #
 ; PPC64LE-NEXT:    ldarx 6, 0, 3
----------------
ZhangKang wrote:
> steven.zhang wrote:
> > Could you please explain more on the extra "#" here ?
> This case is updated by update_llc_test_checks.py, last update is in Aug 30, 2019. After last update, someone modify the assembly output to add extra `#`.
Can you please find out the patch? If the change is reasonable, then we should commit a NFC patch to update the testcases first, then rebase.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77118





More information about the llvm-commits mailing list