[PATCH] D91352: [PatternMatch] Add single index InsertValue matcher.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 12 12:38:14 PST 2020


fhahn added inline comments.


================
Comment at: llvm/include/llvm/IR/PatternMatch.h:2303-2304
+template <int Ind, typename T0, typename T1> struct InsertValue_match {
+  T0 Op1;
+  T1 Op2;
+
----------------
lebedev.ri wrote:
> Can these be Op0, Op1 instead?
Will do thanks.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91352/new/

https://reviews.llvm.org/D91352



More information about the llvm-commits mailing list