[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:00:37 PDT 2019


eugenis updated this revision to Diff 205159.
eugenis added a comment.

remove commented lines


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D63450

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


Index: compiler-rt/lib/tsan/check_analyze.sh
===================================================================
--- compiler-rt/lib/tsan/check_analyze.sh
+++ compiler-rt/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.205159.patch
Type: text/x-patch
Size: 460 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190617/bbb56a6c/attachment.bin>


More information about the llvm-commits mailing list