summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2018-11-22 00:47:37 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2018-11-22 00:47:37 +0000
commitc0061a2c69ad2189d33bd07cbbc409205f7af5ab (patch)
tree40cde6669cee2846cf00adc2d1b0700374104653
parentbda33eb79b9349bc05501e7767372980e303ad7e (diff)
downloadcompiler-rt-c0061a2c69ad2189d33bd07cbbc409205f7af5ab.tar.gz
tsan: Update measurements in check_analyze.sh.
These changed as a result of r347379. Unfortunately there was a regression; filed PR39748 to track it. Differential Revision: https://reviews.llvm.org/D54821 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@347442 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-xlib/tsan/check_analyze.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tsan/check_analyze.sh b/lib/tsan/check_analyze.sh
index 61934fb3f..65c34d466 100755
--- a/lib/tsan/check_analyze.sh
+++ b/lib/tsan/check_analyze.sh
@@ -34,13 +34,13 @@ check() {
fi
}
-for f in write1 write2 write4 write8 read2 read4 read8; do
+for f in write1 write2 write4 write8 read2 read4; do
check $f rsp 1
check $f push 1
check $f pop 6
done
-for f in read1; do
+for f in read1 read8; do
check $f rsp 1
check $f push 2
check $f pop 12