[all-commits] [llvm/llvm-project] 5deca6: tsan: add lock free stack pattern test

Alex via All-commits all-commits at lists.llvm.org
Fri May 20 04:36:17 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5deca650fdba22a20e24b397e905ad0abba6f9a9
      https://github.com/llvm/llvm-project/commit/5deca650fdba22a20e24b397e905ad0abba6f9a9
  Author: Alexey Katranov <alexey.katranov at gmail.com>
  Date:   2022-05-20 (Fri, 20 May 2022)

  Changed paths:
    A compiler-rt/test/tsan/lock_free_stack.cpp

  Log Message:
  -----------
  tsan: add lock free stack pattern test

Add a set of tests that iterate over possible combinations of
memory orders for lock free stack implementation.

Reviewed By: dvyukov

Differential Revision: https://reviews.llvm.org/D110552




More information about the All-commits mailing list