[PATCH] D86968: [IRSim] Adding IR Instruction Mapper
Jon Roelofs via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 15 14:52:51 PDT 2020
jroelofs added inline comments.
================
Comment at: llvm/lib/Analysis/IRSimilarityIdentifier.cpp:25
+ : Inst(&I), Legal(Legality) {
+ // Here we collect the operands and their types for determining whether
+ // the structure of the operand use matches between two different candidates.
----------------
(since it's no longer collecting both)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86968/new/
https://reviews.llvm.org/D86968
More information about the llvm-commits
mailing list