[all-commits] [llvm/llvm-project] 1faff7: [DFSan] Properly set argument ABI attributes
aeubanks via All-commits
all-commits at lists.llvm.org
Wed Jun 2 22:25:06 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1faff79b7ca144e505da6bc74aa2b2f7cffbbf23
https://github.com/llvm/llvm-project/commit/1faff79b7ca144e505da6bc74aa2b2f7cffbbf23
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2021-06-02 (Wed, 02 Jun 2021)
Changed paths:
M llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
M llvm/test/Instrumentation/DataFlowSanitizer/memset.ll
M llvm/test/Instrumentation/DataFlowSanitizer/origin_mem_intrinsic.ll
M llvm/test/Instrumentation/DataFlowSanitizer/origin_store.ll
M llvm/test/Instrumentation/DataFlowSanitizer/origin_store_threshold.ll
M llvm/test/Instrumentation/DataFlowSanitizer/origin_track_load.ll
M llvm/test/Instrumentation/DataFlowSanitizer/shadow-args-zext.ll
Log Message:
-----------
[DFSan] Properly set argument ABI attributes
Calls must properly match argument ABI attributes with the callee.
Found via D103412.
Reviewed By: morehouse
Differential Revision: https://reviews.llvm.org/D103414
More information about the All-commits
mailing list