[PATCH] D83867: [TSan] Add option for emitting compound read-write instrumentation

Dmitry Vyukov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 16 02:41:07 PDT 2020


dvyukov added inline comments.


================
Comment at: llvm/test/Instrumentation/ThreadSanitizer/read_before_write.ll:21
+; CHECK-UNOPT: __tsan_write
+; CHECK-COMPOUND: __tsan_read_write
 ; CHECK: ret void
----------------
I think __tsan_read expectation will be matched against __tsan_read_write call. Is there a single way to refine it? Add an opening bracket or something?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83867





More information about the llvm-commits mailing list