[PATCH] D78060: [test][NFC] Use plain FileCheck in statepoint-stackmap-size.ll

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 14 17:59:10 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rGcda006cbc7a8: [test][NFC] Use plain FileCheck in statepoint-stackmap-size.ll (authored by hubert.reinterpretcast).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78060/new/

https://reviews.llvm.org/D78060

Files:
  llvm/test/CodeGen/X86/statepoint-stackmap-size.ll


Index: llvm/test/CodeGen/X86/statepoint-stackmap-size.ll
===================================================================
--- llvm/test/CodeGen/X86/statepoint-stackmap-size.ll
+++ llvm/test/CodeGen/X86/statepoint-stackmap-size.ll
@@ -1,7 +1,9 @@
-; RUN: llc  -verify-machineinstrs < %s | grep -F -A 10000 .llvm_stackmaps | wc -l | FileCheck %s
+; RUN: llc  -verify-machineinstrs < %s | FileCheck %s
 
 ; Without removal of duplicate entries, the size is 62 lines
-; CHECK: 50
+;      CHECK:	.section	.llvm_stackmaps,{{.*$}}
+; CHECK-NEXT:{{(.+$[[:space:]]){48}[[:space:]]}}
+;  CHECK-NOT:{{.|[[:space:]]}}
 
 target triple = "x86_64-pc-linux-gnu"
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78060.257579.patch
Type: text/x-patch
Size: 652 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200415/bbf42012/attachment.bin>


More information about the llvm-commits mailing list