[PATCH] D135415: [GlobalISel] Add commutative matchers for compares.

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 7 14:09:19 PDT 2022


paquette added a comment.

In D135415#3843817 <https://reviews.llvm.org/D135415#3843817>, @tschuett wrote:

> In your favour, I would prefer lazy. I noticed your creative way of IIRC `mi_match`in some diff.

I just tried adding it to `mi_match` and it seems to work. Found a couple places where it's being used in a similarly weird way. I'll put up a separate patch for that once the build is done and I fix the couple weird uses.


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

https://reviews.llvm.org/D135415



More information about the llvm-commits mailing list