[PATCH] D127917: [MTE] [HWASan] Use LoopInfo for reachability queries.

Florian Mayer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 15 16:32:31 PDT 2022


fmayer created this revision.
Herald added subscribers: Enna1, hiraditya.
Herald added a project: All.
fmayer requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

The reachability queries default to "reachable" after exploring too many
basic blocks. LoopInfo helps it skip over the whole loop.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D127917

Files:
  llvm/include/llvm/Transforms/Utils/MemoryTaggingSupport.h
  llvm/lib/Target/AArch64/AArch64StackTagging.cpp
  llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
  llvm/lib/Transforms/Utils/MemoryTaggingSupport.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127917.437397.patch
Type: text/x-patch
Size: 9202 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220615/0f6d2420/attachment.bin>


More information about the llvm-commits mailing list