[all-commits] [llvm/llvm-project] 46f52f: [dfsan] Remove hardcoded shadow width in array.ll
George Balatsouras via All-commits
all-commits at lists.llvm.org
Thu Mar 4 17:43:40 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 46f52fb65524e233b9e1ae254b8c021ce7631ef3
https://github.com/llvm/llvm-project/commit/46f52fb65524e233b9e1ae254b8c021ce7631ef3
Author: George Balatsouras <gbalats at google.com>
Date: 2021-03-04 (Thu, 04 Mar 2021)
Changed paths:
M llvm/test/Instrumentation/DataFlowSanitizer/array.ll
Log Message:
-----------
[dfsan] Remove hardcoded shadow width in array.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/D97988
More information about the All-commits
mailing list