Files
clang-p2996/llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp
Nikita Popov 8a237ab7d9 [TSan] Avoid use of ReplaceInstWithInst()
This is mainly for consistency across code paths, but also makes
sure that all calls use IRInstrumentationBuilder and its special
debuginfo handling.

The two remaining uses don't actually need RAUW, they just have
to erase the original instruction.
2024-03-15 09:21:27 +01:00

33 KiB