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

Kirill Stoimenov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 24 13:02:15 PDT 2021


kstoimenov created this revision.
Herald added subscribers: pengfei, hiraditya, mgorny.
kstoimenov requested review of this revision.
Herald added subscribers: llvm-commits, jdoerfert.
Herald added a project: LLVM.

This reverts commit 9588b685c6b2d90e4b6dd68e02e6a44affd77c3f <https://reviews.llvm.org/rG9588b685c6b2d90e4b6dd68e02e6a44affd77c3f>. Breaks a bunch of builds.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D108658

Files:
  llvm/include/llvm/IR/Intrinsics.td
  llvm/include/llvm/Transforms/Instrumentation/AddressSanitizer.h
  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/lib/Transforms/Instrumentation/AddressSanitizer.cpp
  llvm/test/CodeGen/X86/asan-check-memaccess-add.ll
  llvm/test/CodeGen/X86/asan-check-memaccess-or.ll
  llvm/tools/llvm-exegesis/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108658.368439.patch
Type: text/x-patch
Size: 40247 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210824/56e3b0ba/attachment.bin>


More information about the llvm-commits mailing list