[PATCH] D149021: [TTI][ASAN] Introduce TTI::getInterestingMemoryOperand.

Yeting Kuo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 25 01:02:42 PDT 2023


fakepaper56 updated this revision to Diff 516696.
fakepaper56 added a comment.

Rename InterestingMemoryOperand to MemoryRefUse.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149021/new/

https://reviews.llvm.org/D149021

Files:
  llvm/include/llvm/Analysis/TargetTransformInfo.h
  llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
  llvm/include/llvm/Support/MemoryRefInfo.h
  llvm/include/llvm/Transforms/Instrumentation/AddressSanitizerCommon.h
  llvm/lib/Analysis/TargetTransformInfo.cpp
  llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp
  llvm/lib/Target/RISCV/RISCVTargetTransformInfo.h
  llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
  llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
  llvm/test/Instrumentation/AddressSanitizer/RISCV/asan-rvv-intrinsics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149021.516696.patch
Type: text/x-patch
Size: 25065 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230425/72447b33/attachment.bin>


More information about the llvm-commits mailing list