[PATCH] D97884: [dfsan] Remove hard-coded shadow width in more tests

George Balatsouras via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 3 12:36:19 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/D97884

Files:
  llvm/test/Instrumentation/DataFlowSanitizer/abilist.ll
  llvm/test/Instrumentation/DataFlowSanitizer/args-unreachable-bb.ll
  llvm/test/Instrumentation/DataFlowSanitizer/arith.ll
  llvm/test/Instrumentation/DataFlowSanitizer/callback.ll
  llvm/test/Instrumentation/DataFlowSanitizer/debug-nonzero-labels.ll
  llvm/test/Instrumentation/DataFlowSanitizer/external_mask.ll
  llvm/test/Instrumentation/DataFlowSanitizer/memset.ll
  llvm/test/Instrumentation/DataFlowSanitizer/phi.ll
  llvm/test/Instrumentation/DataFlowSanitizer/uninstrumented_local_functions.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97884.327890.patch
Type: text/x-patch
Size: 20916 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210303/90985ff6/attachment.bin>


More information about the llvm-commits mailing list