[llvm] [Asan][RISCV] Enhance getTgtMemIntrinsic() to allow Asan instrument t… (PR #135198)
Alexander Richardson via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 10 09:56:32 PDT 2025
================
@@ -494,8 +494,9 @@ unsigned GCNTTIImpl::getMaxInterleaveFactor(ElementCount VF) {
return 8;
}
-bool GCNTTIImpl::getTgtMemIntrinsic(IntrinsicInst *Inst,
- MemIntrinsicInfo &Info) const {
+bool GCNTTIImpl::getTgtMemIntrinsic(
+ IntrinsicInst *Inst, MemIntrinsicInfo &Info,
+ SmallVectorImpl<InterestingMemoryOperand> *Interesting) const {
----------------
arichardson wrote:
Fill the InterestingMemoryOperand as well if available?
https://github.com/llvm/llvm-project/pull/135198
More information about the llvm-commits
mailing list