[PATCH] D66084: Remove asserts in getLoopGuardBranch

Whitney Tsang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 23 08:43:39 PDT 2019


Whitney added a comment.

@DTharun Please add `EXPECT_EQ(L->getLoopGuardBranch(), nullptr);` to all test cases which has non simplified loops or non rotated loops in LoopInfoTest.cpp.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D66084





More information about the llvm-commits mailing list