This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9024892e845 [X86] Enable combining shuffles to PACKSS/PACKUS for 256/51 [...] new c547d68a568 Revert r350647: "[NewPM] Port tsan"
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/InitializePasses.h | 2 +- include/llvm/Transforms/Instrumentation.h | 3 + .../Transforms/Instrumentation/ThreadSanitizer.h | 19 ----- lib/Passes/PassBuilder.cpp | 1 - lib/Passes/PassRegistry.def | 1 - lib/Transforms/Instrumentation/Instrumentation.cpp | 2 +- lib/Transforms/Instrumentation/ThreadSanitizer.cpp | 97 +++++++++------------- test/Instrumentation/ThreadSanitizer/tsan_basic.ll | 6 +- 8 files changed, 49 insertions(+), 82 deletions(-) delete mode 100644 include/llvm/Transforms/Instrumentation/ThreadSanitizer.h