[all-commits] [llvm/llvm-project] 6175fc: [NFC] Update some PPC tests marked as auto-generated

Qiu Chaofan via All-commits all-commits at lists.llvm.org
Fri Jan 8 01:59:36 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6175fcf01f17e0bd1155aaaba977b9baa88ee61d
      https://github.com/llvm/llvm-project/commit/6175fcf01f17e0bd1155aaaba977b9baa88ee61d
  Author: Qiu Chaofan <qiucofan at cn.ibm.com>
  Date:   2021-01-08 (Fri, 08 Jan 2021)

  Changed paths:
    M llvm/test/CodeGen/PowerPC/lsr-ctrloop.ll
    M llvm/test/CodeGen/PowerPC/maddld.ll
    M llvm/test/CodeGen/PowerPC/no-ctr-loop-if-exit-in-nested-loop.ll
    M llvm/test/CodeGen/PowerPC/noPermuteFormasking.ll
    M llvm/test/CodeGen/PowerPC/ppc-32bit-shift.ll
    M llvm/test/CodeGen/PowerPC/pr33547.ll
    M llvm/test/CodeGen/PowerPC/pr35688.ll
    M llvm/test/CodeGen/PowerPC/scalar-rounding-ops.ll
    M llvm/test/CodeGen/PowerPC/tls-pie-xform.ll
    M llvm/test/CodeGen/PowerPC/vec_constants.ll
    M llvm/test/CodeGen/PowerPC/vec_int_ext.ll

  Log Message:
  -----------
  [NFC] Update some PPC tests marked as auto-generated

Update CodeGen regression tests with marker at first line telling it's
auto-generated by the script, under PowerPC directory. For some reason,
these tests are generated but manually written, which makes things
unclear when someone's change affecting them.

However, some tests only show simple change after re-generated, like
extra blank lines, disappearing '.localentry', etc. Besides, some tests
are generated but added checks for debug output. This commit doesn't try
updating them.




More information about the All-commits mailing list