[all-commits] [llvm/llvm-project] bd99f2: [dfsan] Increase coverage of vector and select tests
George Balatsouras via All-commits
all-commits at lists.llvm.org
Thu Mar 4 12:57:52 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bd99f2326002c617f6b6498f57bf0c6ce6e5113d
https://github.com/llvm/llvm-project/commit/bd99f2326002c617f6b6498f57bf0c6ce6e5113d
Author: George Balatsouras <gbalats at google.com>
Date: 2021-03-04 (Thu, 04 Mar 2021)
Changed paths:
M llvm/test/Instrumentation/DataFlowSanitizer/call.ll
M llvm/test/Instrumentation/DataFlowSanitizer/custom_fun_callback_attributes.ll
M llvm/test/Instrumentation/DataFlowSanitizer/custom_fun_varargs_attributes.ll
M llvm/test/Instrumentation/DataFlowSanitizer/select.ll
M llvm/test/Instrumentation/DataFlowSanitizer/uninstrumented_local_functions.ll
M llvm/test/Instrumentation/DataFlowSanitizer/vector.ll
Log Message:
-----------
[dfsan] Increase coverage of vector and select tests
Add more expectations in vector.ll and select.ll based on command-line option combinations.
Also, remove hard-coded shadow width references to enable fast8 transition.
Reviewed By: stephan.yichao.zhao
Differential Revision: https://reviews.llvm.org/D97903
More information about the All-commits
mailing list