All related instrumentation tests have been updated.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D100903
[dfsan] Enable origin tracking with fast8 mode ClosedPublic Authored by gbalats on Apr 20 2021, 3:45 PM.
Details Summary All related instrumentation tests have been updated.
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Apr 20 2021, 4:54 PM This revision was landed with ongoing or failed builds.Apr 20 2021, 6:11 PM Closed by commit rG79b5280a6c13: [dfsan] Enable origin tracking with fast8 mode (authored by gbalats). · Explain Why This revision was automatically updated to reflect the committed changes. gbalats marked an inline comment as done.
Revision Contents
Diff 339064 llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
llvm/test/Instrumentation/DataFlowSanitizer/atomics.ll
llvm/test/Instrumentation/DataFlowSanitizer/basic.ll
llvm/test/Instrumentation/DataFlowSanitizer/origin_abilist.ll
llvm/test/Instrumentation/DataFlowSanitizer/origin_cached_shadows.ll
llvm/test/Instrumentation/DataFlowSanitizer/origin_call.ll
llvm/test/Instrumentation/DataFlowSanitizer/origin_ldst.ll
llvm/test/Instrumentation/DataFlowSanitizer/origin_load.ll
llvm/test/Instrumentation/DataFlowSanitizer/origin_mem_intrinsic.ll
llvm/test/Instrumentation/DataFlowSanitizer/origin_other_ops.ll
llvm/test/Instrumentation/DataFlowSanitizer/origin_phi.ll
llvm/test/Instrumentation/DataFlowSanitizer/origin_select.ll
llvm/test/Instrumentation/DataFlowSanitizer/origin_store.ll
llvm/test/Instrumentation/DataFlowSanitizer/origin_store_threshold.ll
|
Please define a function to be shared by the two cases.