[PATCH] D54821: tsan: Update measurements in check_analyze.sh.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 21 16:45:17 PST 2018
pcc created this revision.
pcc added a reviewer: vitalybuka.
Herald added a subscriber: kubamracek.
These changed as a result of r347379. Unfortunately there was a
regression; filed PR39748 to track it.
Repository:
rL LLVM
https://reviews.llvm.org/D54821
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
@@ -34,13 +34,13 @@
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54821.174996.patch
Type: text/x-patch
Size: 507 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181122/3c321cc6/attachment.bin>
More information about the llvm-commits
mailing list