[PATCH] D86968: [IRSim] Adding IR Instruction Mapper
Andrew Litteken via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 8 12:40:43 PDT 2020
AndrewLitteken added inline comments.
================
Comment at: llvm/include/llvm/Analysis/IRSimilarityIdentifier.h:108
+ /// The legality of the wrapped instruction.
+ bool Legal = true;
+
----------------
paquette wrote:
> Is this related to `InstrType`?
It is informed by the result yes, it is used during comparison to make sure that two illegal instructions are considered different.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86968/new/
https://reviews.llvm.org/D86968
More information about the llvm-commits
mailing list