[llvm] [NFC] [hwasan] also be more consistent when getting pointer types (PR #84399)

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 12 16:27:43 PDT 2024


================
@@ -612,8 +610,6 @@ void HWAddressSanitizer::initializeModule() {
 
   C = &(M.getContext());
   IRBuilder<> IRB(*C);
-  IntptrTy = IRB.getIntPtrTy(DL);
----------------
vitalybuka wrote:

Do we need getPtrTy with opaque ptrs?

https://github.com/llvm/llvm-project/pull/84399


More information about the llvm-commits mailing list