[PATCH] D63450: Stop counting pops in tsan/check_analyze.sh.

Evgenii Stepanov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 17 13:44:20 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL363615: Stop counting pops in tsan/check_analyze.sh. (authored by eugenis, committed by ).
Herald added a subscriber: delcypher.

Changed prior to commit:
  https://reviews.llvm.org/D63450?vs=205159&id=205174#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D63450

Files:
  compiler-rt/trunk/lib/tsan/check_analyze.sh


Index: compiler-rt/trunk/lib/tsan/check_analyze.sh
===================================================================
--- compiler-rt/trunk/lib/tsan/check_analyze.sh
+++ compiler-rt/trunk/lib/tsan/check_analyze.sh
@@ -37,13 +37,11 @@
 for f in write1 write2 write4 write8; do
   check $f rsp 1
   check $f push 2
-  check $f pop 16
 done
 
 for f in read1 read2 read4 read8; do
   check $f rsp 1
   check $f push 3
-  check $f pop 24
 done
 
 for f in func_entry func_exit; do


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63450.205174.patch
Type: text/x-patch
Size: 478 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190617/67e3077a/attachment.bin>


More information about the llvm-commits mailing list