[PATCH] D57221: [LoopSimplifyCFG] Change logic of dead loops removal to avoid hitting asserts

Sam McCall via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 12 06:43:40 PST 2019


sammccall added inline comments.


================
Comment at: llvm/trunk/test/Transforms/LoopSimplifyCFG/update_parents.ll:2
-; XFAIL: *
-; REQUIRES: asserts
 ; RUN: opt -S -enable-loop-simplifycfg-term-folding=true -loop-simplifycfg -debug-only=loop-simplifycfg -verify-loop-info -verify-dom-info -verify-loop-lcssa 2>&1 < %s | FileCheck %s
----------------
this REQUIRES was still needed because of the use of -debug-only.
Fixed in r353842


Repository:
  rL LLVM

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

https://reviews.llvm.org/D57221





More information about the llvm-commits mailing list