[PATCH] Added address sanitizer instrumentation for MOV and MOVAPS inline assembly instructions.
Evgeniy Stepanov
eugenis at google.com
Fri Mar 7 00:29:49 PST 2014
================
Comment at: lib/Target/X86/AsmParser/X86AsmParser.cpp:2289
@@ +2288,3 @@
+ if (!MatchingInlineAsm) {
+ Instrumentation->InstrumentInstruction(Inst, Operands, getContext(),
+ Out);
----------------
Is there a reason to do this before processInstruction, and not right at EmitInstruction below (line 2300)?
http://llvm-reviews.chandlerc.com/D2881
More information about the llvm-commits
mailing list