[PATCH] D131540: [test][NFC] Strengthen an assertion for LLVM checkouts at interesting paths

WÁNG Xuěruì via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 10 16:53:14 PST 2022


xen0n updated this revision to Diff 481887.
xen0n added a comment.

rebase


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,5 +1,6 @@
 ; RUN: opt -passes=gvn-hoist %s -S -o - | FileCheck %s
 
+; CHECK: define void @f
 ; CHECK: store
 ; CHECK-NOT: store
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131540.481887.patch
Type: text/x-patch
Size: 367 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221211/b2d5e4b8/attachment.bin>


More information about the llvm-commits mailing list