[PATCH] D43309: GlobalISel: Add templated functions and pattern matcher support for some more opcodes
Volkan Keles via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 14 11:36:34 PST 2018
volkan created this revision.
volkan added a reviewer: aditya_nandakumar.
Herald added subscribers: kristof.beyls, rovka.
This patch adds templated functions to MachineIRBuilder for some opcodes
and adds pattern matcher support for G_AND and G_OR.
https://reviews.llvm.org/D43309
Files:
include/llvm/CodeGen/GlobalISel/MIPatternMatch.h
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
lib/CodeGen/GlobalISel/LegalizerHelper.cpp
unittests/CodeGen/GlobalISel/PatternMatchTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43309.134282.patch
Type: text/x-patch
Size: 8271 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180214/194801fc/attachment.bin>
More information about the llvm-commits
mailing list