[PATCH] D115396: [ASan] Replace IR optimzied callbacks with shared direct assebly code callbacks.

Kirill Stoimenov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 8 13:43:47 PST 2021


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

This change moves optimized callbacks from each .o file to compiler-rt.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D115396

Files:
  llvm/lib/Target/X86/X86AsmPrinter.cpp
  llvm/lib/Target/X86/X86AsmPrinter.h
  llvm/lib/Target/X86/X86MCInstLower.cpp
  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: D115396.392921.patch
Type: text/x-patch
Size: 34384 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211208/6c732b7e/attachment.bin>


More information about the llvm-commits mailing list