[llvm] [Asan] Provide TTI hook to provide memory reference infromation of target intrinsics. (PR #97070)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 23 15:32:43 PDT 2024
================
@@ -13,7 +13,9 @@
#include "llvm/CodeGen/BasicTTIImpl.h"
#include "llvm/CodeGen/CostTable.h"
#include "llvm/CodeGen/TargetLowering.h"
+#include "llvm/IR/IRBuilder.h"
----------------
topperc wrote:
Can this be removed if the unused `IRBuilder` object created in getMemoryRefInfo is removed?
https://github.com/llvm/llvm-project/pull/97070
More information about the llvm-commits
mailing list