[PATCH] D42439: [GISel]: Pattern Match helpers for MachineInstructions

Aditya Nandakumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 23 13:03:57 PST 2018


aditya_nandakumar created this revision.
aditya_nandakumar added reviewers: qcolombet, bogner, dsanders, rovka, kristof.beyls, volkan.

Splitting the pattern matching part from https://reviews.llvm.org/D41373
This includes a few additional MIRBuilder build helper templates that are instantiated in the PatternMatch unit test.


Repository:
  rL LLVM

https://reviews.llvm.org/D42439

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42439.131132.patch
Type: text/x-patch
Size: 22565 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180123/f07377d4/attachment-0001.bin>


More information about the llvm-commits mailing list