[PATCH] D53505: [hot-cold-split] Add missing FileCheck invocations
Teresa Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 22 08:33:21 PDT 2018
tejohnson created this revision.
tejohnson added a reviewer: sebpop.
r344558 added some CHECK statements to split-cold-2.ll, but didn't add
any invocations of FileCheck. Add those here.
Repository:
rL LLVM
https://reviews.llvm.org/D53505
Files:
test/Transforms/HotColdSplit/split-cold-2.ll
Index: test/Transforms/HotColdSplit/split-cold-2.ll
===================================================================
--- test/Transforms/HotColdSplit/split-cold-2.ll
+++ test/Transforms/HotColdSplit/split-cold-2.ll
@@ -1,5 +1,5 @@
-; RUN: opt -hotcoldsplit -S < %s
-; RUN: opt -passes=hotcoldsplit -S < %s
+; RUN: opt -hotcoldsplit -S < %s | FileCheck %s
+; RUN: opt -passes=hotcoldsplit -S < %s | FileCheck %s
; Make sure this compiles. This test used to fail with an invalid phi node: the
; two predecessors were outlined and the SSA representation was invalid.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53505.170428.patch
Type: text/x-patch
Size: 571 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181022/2ca7531f/attachment.bin>
More information about the llvm-commits
mailing list