[PATCH] D97988: [dfsan] Remove hardcoded shadow width in array.ll

George Balatsouras via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 4 15:44:47 PST 2021


gbalats created this revision.
gbalats added a reviewer: stephan.yichao.zhao.
gbalats added projects: Sanitizers, LLVM.
gbalats requested review of this revision.
Herald added a subscriber: llvm-commits.

As a preparation step for fast8 support, we need to update the tests
to pass in both modes. That requires generalizing the shadow width
and remove any hard coded references that assume it's always 2 bytes.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D97988

Files:
  llvm/test/Instrumentation/DataFlowSanitizer/array.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97988.328327.patch
Type: text/x-patch
Size: 36154 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210304/22963f2b/attachment.bin>


More information about the llvm-commits mailing list