summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-02-12 10:18:27 +0000
committerDmitry Vyukov <dvyukov@google.com>2019-02-12 10:18:27 +0000
commit2188fd22796e987fd4a5c147a0397e235a5277f6 (patch)
tree44825e95da807a81b4c9842585ef65646d6bade3
parenta63728f56c2f19bb724977a67c71e026e545aee4 (diff)
downloadcompiler-rt-2188fd22796e987fd4a5c147a0397e235a5277f6.tar.gz
tsan: update check_analyze.sh
Update numbers after 353817. This was extensively benchmarked in https://reviews.llvm.org/D54889 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@353820 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-xlib/tsan/check_analyze.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/tsan/check_analyze.sh b/lib/tsan/check_analyze.sh
index 5e7a9a967..a2a7e82b4 100755
--- a/lib/tsan/check_analyze.sh
+++ b/lib/tsan/check_analyze.sh
@@ -36,17 +36,11 @@ check() {
for f in write1 write2 write4 write8; do
check $f rsp 1
- check $f push 1
- check $f pop 8
-done
-
-for f in read1; do
- check $f rsp 1
check $f push 2
check $f pop 16
done
-for f in read2 read4 read8; do
+for f in read1 read2 read4 read8; do
check $f rsp 1
check $f push 3
check $f pop 24