[all-commits] [llvm/llvm-project] 261c56: [NFC][Codegen] Tune a few tests to not end with a ...

Roman Lebedev via All-commits all-commits at lists.llvm.org
Fri Jul 2 13:34:41 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 261c56f80b1e4d9a4e08094faf79e9296f1939d1
      https://github.com/llvm/llvm-project/commit/261c56f80b1e4d9a4e08094faf79e9296f1939d1
  Author: Roman Lebedev <lebedev.ri at gmail.com>
  Date:   2021-07-02 (Fri, 02 Jul 2021)

  Changed paths:
    M llvm/test/CodeGen/AArch64/pr33172.ll
    M llvm/test/CodeGen/ARM/Windows/memset.ll
    M llvm/test/CodeGen/ARM/machine-cse-cmp.ll
    M llvm/test/CodeGen/ARM/memfunc.ll
    M llvm/test/CodeGen/Hexagon/branchfolder-keep-impdef.ll
    M llvm/test/CodeGen/Hexagon/reg-scavengebug.ll

  Log Message:
  -----------
  [NFC][Codegen] Tune a few tests to not end with a naked `unreachable` terminator

These rely on the fact that currently simplifycfg won't really propagate
said `unreachable`, but that is about to change.


  Commit: f9d8b8dd1238ee81bce25594ee1708c314be79e5
      https://github.com/llvm/llvm-project/commit/f9d8b8dd1238ee81bce25594ee1708c314be79e5
  Author: Roman Lebedev <lebedev.ri at gmail.com>
  Date:   2021-07-02 (Fri, 02 Jul 2021)

  Changed paths:
    M llvm/test/CodeGen/PowerPC/2007-11-16-landingpad-split.ll

  Log Message:
  -----------
  [NFC][Codegen] Autogenerate check lines in PowerPC/2007-11-16-landingpad-split.ll

It is being affected by an upcoming SimplifyCFG change.


Compare: https://github.com/llvm/llvm-project/compare/707bda6e6c95...f9d8b8dd1238


More information about the All-commits mailing list