[PATCH] Added support of X86::CMOVE instruction to the assembly instrumentation.

Evgeniy Stepanov eugenis at google.com
Tue May 20 04:33:47 PDT 2014


What about other variations of cmov?
Why CMOVE*rr? These are register-to-register moves.
I think you need more complex instrumentation for cmov, as memory access is conditional.

http://reviews.llvm.org/D3838






More information about the llvm-commits mailing list