[Openmp-commits] [compiler-rt] [llvm] [openmp] [TSan] Add instrumentation of AVX2 and AVX512 instructions (PR #74636)
Vitaly Buka via Openmp-commits
openmp-commits at lists.llvm.org
Wed Dec 6 11:28:04 PST 2023
================
@@ -213,6 +219,26 @@ void ThreadSanitizer::initialize(Module &M, const TargetLibraryInfo &TLI) {
TsanIgnoreEnd =
M.getOrInsertFunction("__tsan_ignore_thread_end", Attr, IRB.getVoidTy());
IntegerType *OrdTy = IRB.getInt32Ty();
+
----------------
vitalybuka wrote:
if we change llvm/lib/Transforms we need IR tests in corresponding dirrectory
https://github.com/llvm/llvm-project/pull/74636
More information about the Openmp-commits
mailing list