[all-commits] [llvm/llvm-project] 554e6d: [test] Rewrite phi-empty.ll into a unittest

aeubanks via All-commits all-commits at lists.llvm.org
Tue Dec 8 10:04:41 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 554e6db18e0f264481bdab20dca9cc772d90270e
      https://github.com/llvm/llvm-project/commit/554e6db18e0f264481bdab20dca9cc772d90270e
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2020-12-08 (Tue, 08 Dec 2020)

  Changed paths:
    R llvm/test/Transforms/LoopRotate/phi-empty.ll
    M llvm/unittests/IR/BasicBlockTest.cpp

  Log Message:
  -----------
  [test] Rewrite phi-empty.ll into a unittest

phi-empty.ll does not pass under the new PM because the NPM runs
-loop-simplify. Running -loop-simplify ends up not reproing
https://llvm.org/PR48296.

Verified that this test fails when 9eb2c011 is reverted.

Reviewed By: spatel

Differential Revision: https://reviews.llvm.org/D92807




More information about the All-commits mailing list