[PATCH] D107850: [asan] Implemented intrinsic for the custom calling convention similar used by HWASan for X86.

Kirill Stoimenov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 19 13:26:12 PDT 2021


kstoimenov updated this revision to Diff 367601.
kstoimenov retitled this revision from "    [asan] Implemented intrinsic for the custom calling convention similar used by HWASan for X86." to "[asan] Implemented intrinsic for the custom calling convention similar used by HWASan for X86.".
kstoimenov added a comment.

Removed IntrInaccessibleMemOnly.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107850/new/

https://reviews.llvm.org/D107850

Files:
  llvm/include/llvm/IR/Intrinsics.td
  llvm/lib/Target/X86/X86AsmPrinter.cpp
  llvm/lib/Target/X86/X86AsmPrinter.h
  llvm/lib/Target/X86/X86InstrCompiler.td
  llvm/lib/Target/X86/X86MCInstLower.cpp
  llvm/lib/Target/X86/X86RegisterInfo.td
  llvm/test/CodeGen/X86/asan-check-memaccess-add.ll
  llvm/test/CodeGen/X86/asan-check-memaccess-or.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107850.367601.patch
Type: text/x-patch
Size: 35288 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210819/72d4bd15/attachment-0001.bin>


More information about the cfe-commits mailing list