[llvm] [Asan][RISCV] Enhance getTgtMemIntrinsic() to allow Asan instrument t… (PR #135198)
Kito Cheng via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 10 19:18:49 PDT 2025
================
@@ -1665,7 +1666,9 @@ class TargetTransformInfo {
/// will contain additional information - whether the intrinsic may write
/// or read to memory, volatility and the pointer. Info is undefined
/// if false is returned.
----------------
kito-cheng wrote:
We may update the comment to indicate the relationship between return value and `Interesting`?
https://github.com/llvm/llvm-project/pull/135198
More information about the llvm-commits
mailing list