[all-commits] [llvm/llvm-project] f0fcad: [dfsan] Remove hardcoded shadow width in struct.ll
George Balatsouras via All-commits
all-commits at lists.llvm.org
Mon Mar 8 12:25:06 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f0fcad5ccc25a73a0b50fd96b9857ea694cac8f9
https://github.com/llvm/llvm-project/commit/f0fcad5ccc25a73a0b50fd96b9857ea694cac8f9
Author: George Balatsouras <gbalats at google.com>
Date: 2021-03-08 (Mon, 08 Mar 2021)
Changed paths:
M llvm/test/Instrumentation/DataFlowSanitizer/struct.ll
Log Message:
-----------
[dfsan] Remove hardcoded shadow width in struct.ll
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.
Reviewed By: stephan.yichao.zhao
Differential Revision: https://reviews.llvm.org/D98090
More information about the All-commits
mailing list