[PATCH] D103414: [DFSan] Properly set argument ABI attributes

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 31 09:21:35 PDT 2021


aeubanks created this revision.
Herald added a subscriber: hiraditya.
aeubanks requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Calls must properly match argument ABI attributes with the callee.

Found via D103412 <https://reviews.llvm.org/D103412>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D103414

Files:
  llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
  llvm/test/Instrumentation/DataFlowSanitizer/memset.ll
  llvm/test/Instrumentation/DataFlowSanitizer/origin_mem_intrinsic.ll
  llvm/test/Instrumentation/DataFlowSanitizer/origin_store.ll
  llvm/test/Instrumentation/DataFlowSanitizer/origin_store_threshold.ll
  llvm/test/Instrumentation/DataFlowSanitizer/origin_track_load.ll
  llvm/test/Instrumentation/DataFlowSanitizer/shadow-args-zext.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103414.348819.patch
Type: text/x-patch
Size: 10060 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210531/2a533c73/attachment.bin>


More information about the llvm-commits mailing list