[PATCH] Added address sanitizer instrumentation for MOV and MOVAPS inline assembly instructions.
Yuri Gorshenin
ygorshenin at chromium.org
Wed Mar 12 03:31:38 PDT 2014
eugenis@, rafael@, PTAL.
================
Comment at: lib/Target/X86/AsmParser/X86AsmParser.cpp:2289
@@ +2288,3 @@
+ if (!MatchingInlineAsm) {
+ Instrumentation->InstrumentInstruction(Inst, Operands, getContext(),
+ Out);
----------------
Evgeniy Stepanov wrote:
> Is there a reason to do this before processInstruction, and not right at EmitInstruction below (line 2300)?
Done.
http://llvm-reviews.chandlerc.com/D2881
More information about the llvm-commits
mailing list