[llvm] [DebugInfo][RemoveDIs] Support DPValues in HWAsan (PR #78731)
Florian Mayer via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 23 15:31:57 PST 2024
================
@@ -1532,8 +1539,8 @@ void HWAddressSanitizer::sanitizeFunction(Function &F,
assert(!ShadowBase);
- Instruction *InsertPt = &*F.getEntryBlock().begin();
- IRBuilder<> EntryIRB(InsertPt);
+ BasicBlock::iterator InsertPt = F.getEntryBlock().begin();
----------------
fmayer wrote:
Thanks for the detailed explanation.
https://github.com/llvm/llvm-project/pull/78731
More information about the llvm-commits
mailing list