[PATCH] D33795: [PredicateInfo] Remove -reverse-iterate from tests as it breaks on Release builds
Mandeep Singh Grang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 1 12:07:58 PDT 2017
mgrang created this revision.
Repository:
rL LLVM
https://reviews.llvm.org/D33795
Files:
test/Transforms/Util/PredicateInfo/condprop.ll
test/Transforms/Util/PredicateInfo/testandor.ll
Index: test/Transforms/Util/PredicateInfo/testandor.ll
===================================================================
--- test/Transforms/Util/PredicateInfo/testandor.ll
+++ test/Transforms/Util/PredicateInfo/testandor.ll
@@ -1,6 +1,5 @@
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
; RUN: opt -print-predicateinfo < %s 2>&1 | FileCheck %s
-; RUN: opt -print-predicateinfo -reverse-iterate < %s 2>&1 | FileCheck %s
declare void @foo(i1)
declare void @bar(i32)
Index: test/Transforms/Util/PredicateInfo/condprop.ll
===================================================================
--- test/Transforms/Util/PredicateInfo/condprop.ll
+++ test/Transforms/Util/PredicateInfo/condprop.ll
@@ -1,6 +1,5 @@
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
; RUN: opt -print-predicateinfo -analyze < %s 2>&1 | FileCheck %s
-; RUN: opt -print-predicateinfo -analyze -reverse-iterate < %s 2>&1 | FileCheck %s
@a = external global i32 ; <i32*> [#uses=7]
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33795.101074.patch
Type: text/x-patch
Size: 1018 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170601/24218f6d/attachment.bin>
More information about the llvm-commits
mailing list