[PATCH] D99736: [MIPatternMatch]: Add matchers for binary instructions

Petar Avramovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 26 02:28:12 PDT 2021


Petar.Avramovic updated this revision to Diff 340460.
Petar.Avramovic edited the summary of this revision.
Petar.Avramovic added a comment.

Simplify tests that fail because of non-binary instruction (match register instead of m_ICst) since they fail when number of def/use operands is checked. Update commit message.


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

https://reviews.llvm.org/D99736

Files:
  llvm/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h
  llvm/unittests/CodeGen/GlobalISel/PatternMatchTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99736.340460.patch
Type: text/x-patch
Size: 6173 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210426/83c6e736/attachment.bin>


More information about the llvm-commits mailing list