[all-commits] [llvm/llvm-project] 33f654: [SCCP] Regenerate test checks (NFC)

Nikita Popov via All-commits all-commits at lists.llvm.org
Wed Jul 22 13:10:51 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 33f654201434eae330b0fd31de7c7a4bcbf869fc
      https://github.com/llvm/llvm-project/commit/33f654201434eae330b0fd31de7c7a4bcbf869fc
  Author: Nikita Popov <nikita.ppv at gmail.com>
  Date:   2020-07-22 (Wed, 22 Jul 2020)

  Changed paths:
    M llvm/test/Transforms/SCCP/indirectbr.ll

  Log Message:
  -----------
  [SCCP] Regenerate test checks (NFC)

And adjust the indbrtest4 test to actually test what it's supposed
to. BB1 is supposed to be eliminated here, but isn't, because
BB0 still branches to it. This was lost due to the incomplete CHECK
lines.


  Commit: e20b3079c14d8e68ebc90125eb95156f2e1ee9e4
      https://github.com/llvm/llvm-project/commit/e20b3079c14d8e68ebc90125eb95156f2e1ee9e4
  Author: Nikita Popov <nikita.ppv at gmail.com>
  Date:   2020-07-22 (Wed, 22 Jul 2020)

  Changed paths:
    M llvm/test/Transforms/SCCP/indirectbr.ll
    M llvm/test/Transforms/SCCP/switch.ll

  Log Message:
  -----------
  [SCCP] Add additional multi-edge + phi tests (NFC)


Compare: https://github.com/llvm/llvm-project/compare/9798b2311f7f...e20b3079c14d


More information about the All-commits mailing list