[PATCH] D97723: [dfsan] Remove hardcoded shadow width in abilist_aggregate.ll

George Balatsouras via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 1 13:06:57 PST 2021


gbalats created this revision.
gbalats added reviewers: morehouse, 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/D97723

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97723.327255.patch
Type: text/x-patch
Size: 34039 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210301/bb30ab68/attachment.bin>


More information about the llvm-commits mailing list