[PATCH] D97903: [dfsan] Increase coverage of vector and select tests

George Balatsouras via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 3 18:07:01 PST 2021


gbalats created this revision.
gbalats added a reviewer: stephan.yichao.zhao.
gbalats added projects: Sanitizers, LLVM.
Herald added a subscriber: jdoerfert.
gbalats requested review of this revision.
Herald added a subscriber: llvm-commits.

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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D97903

Files:
  llvm/test/Instrumentation/DataFlowSanitizer/call.ll
  llvm/test/Instrumentation/DataFlowSanitizer/custom_fun_callback_attributes.ll
  llvm/test/Instrumentation/DataFlowSanitizer/custom_fun_varargs_attributes.ll
  llvm/test/Instrumentation/DataFlowSanitizer/select.ll
  llvm/test/Instrumentation/DataFlowSanitizer/uninstrumented_local_functions.ll
  llvm/test/Instrumentation/DataFlowSanitizer/vector.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97903.327981.patch
Type: text/x-patch
Size: 22401 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210304/b6df72a5/attachment.bin>


More information about the llvm-commits mailing list