[PATCH] D131540: [test][NFC] Guard one test case against LLVM checkouts at interesting paths
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 11 05:32:08 PST 2022
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rGd15365522a71: [test][NFC] Guard one test case against LLVM checkouts at interesting paths (authored by WANG Xuerui <git at xen0n.name>, committed 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.481902.patch
Type: text/x-patch
Size: 393 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221211/597268f4/attachment.bin>
More information about the llvm-commits
mailing list