llvm-project/llvm/test/Instrumentation/DataFlowSanitizer
Peter Collingbourne 32f5405bff Fix DataFlowSanitizer instrumentation pass to take parameter position changes into account for custom functions.
When DataFlowSanitizer transforms a call to a custom function, the
new call has extra parameters. The attributes on parameters must be
updated to take the new position of each parameter into account.

Patch by Sam Kerner!

Differential Revision: https://reviews.llvm.org/D43132

llvm-svn: 325820
2018-02-22 19:09:07 +00:00
..
Inputs
abilist.ll
args-unreachable-bb.ll
arith.ll
call.ll
custom_fun_callback_attributes.ll Fix DataFlowSanitizer instrumentation pass to take parameter position changes into account for custom functions. 2018-02-22 19:09:07 +00:00
custom_fun_varargs_attributes.ll Fix DataFlowSanitizer instrumentation pass to take parameter position changes into account for custom functions. 2018-02-22 19:09:07 +00:00
debug-nonzero-labels.ll
debug.ll
external_mask.ll
load.ll
memset.ll Remove alignment argument from memcpy/memmove/memset in favour of alignment attributes (Step 1) 2018-01-19 17:13:12 +00:00
prefix-rename.ll
shadow-args-zext.ll
store.ll
union-large.ll
union.ll
unordered_atomic_mem_intrins.ll