[PATCH] D102667: [MSan] Set zeroext on call arguments to msan functions with zeroext parameter attribute

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 17 22:35:33 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.

ABI attributes need to match between the caller and callee.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D102667

Files:
  llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
  llvm/test/Instrumentation/MemorySanitizer/instrumentation-with-call-threshold.ll
  llvm/test/Instrumentation/MemorySanitizer/with-call-type-size.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102667.346044.patch
Type: text/x-patch
Size: 5951 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210518/50e93fc2/attachment.bin>


More information about the llvm-commits mailing list