should cmovcc and fmovcc have dst as a src?
From derek.br...@gmail.com on March 08, 2010 20:53:19
cmovcc in DR's IR lists the dst as a src, in order to avoid code analysis from treating the dst as a def since it's not always written: not a perfect solution but it can avoid special-casing by typical analysis code. should I leave that in there or is it misleading? isn't it misleading to not have it in there? should fcmovcc do the same (currently it does not have dst as src)?
Original issue: http://code.google.com/p/dynamorio/issues/detail?id=269