[PATCH] D131540: [test][NFC] Guard one test case against LLVM checkouts at interesting paths
WÁNG Xuěruì via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Dec 10 21:45:11 PST 2022
xen0n updated this revision to Diff 481895.
xen0n added a comment.
Favor touching nothing besides the lit directive as suggested by @lebedev.ri.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131540/new/
https://reviews.llvm.org/D131540
Files:
llvm/test/Transforms/GVNHoist/non-trivial-phi.ll
Index: llvm/test/Transforms/GVNHoist/non-trivial-phi.ll
===================================================================
--- llvm/test/Transforms/GVNHoist/non-trivial-phi.ll
+++ llvm/test/Transforms/GVNHoist/non-trivial-phi.ll
@@ -1,4 +1,4 @@
-; RUN: opt -passes=gvn-hoist %s -S -o - | FileCheck %s
+; RUN: opt -passes=gvn-hoist -S < %s | FileCheck %s
; CHECK: store
; CHECK-NOT: store
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131540.481895.patch
Type: text/x-patch
Size: 393 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221211/ac1813a4/attachment.bin>
More information about the llvm-commits
mailing list