Files
clang-p2996/llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
Youngsuk Kim 6989859254 [llvm][HWASan] Replace calls to Type::getPointerTo (NFC)
If `Type::getPointerTo` is called solely to support an unnecessary
pointer-cast, remove the call entirely.

Otherwise, replace with IRB.getPtrTy().

Clean-up work towards removing method `Type::getPointerTo`.
2023-11-28 14:45:59 -06:00

70 KiB