[PATCH] D100167: [AIX] Adjust CSR order to avoid breaking ABI regarding traceback

Kai Luo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 30 02:46:00 PDT 2021


lkail added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/inc-of-add.ll:165
 ;
-; PPC64BE-LABEL: vector_i128_i8:
-; PPC64BE:       # %bb.0:
----------------
qiucf wrote:
> lkail wrote:
> > jsji wrote:
> > > Why removing these lines?
> > I think it should be due `utils/update_llc_test_checks.py` is unable to handle different output with a same check prefix. I'll re-generate check for AIX.
> Will D97106 help?
Looks it can't be applied cleanly and need rebase. Get through the patch, I think it would help. It's better than keeping silence when updating tests.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100167



More information about the llvm-commits mailing list