[PATCH] D35833: [globalisel][tablegen] Add support for importing 'imm' operands.
Daniel Sanders via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 25 05:41:27 PDT 2017
dsanders created this revision.
Herald added subscribers: igorb, javed.absar, kristof.beyls.
This patch enables the import of rules containing 'imm' operands that do not
constrain the acceptable values using predicates. Support for ImmLeaf will
arrive in a later patch.
Depends on https://reviews.llvm.org/D35681
https://reviews.llvm.org/D35833
Files:
include/llvm/CodeGen/GlobalISel/InstructionSelector.h
include/llvm/CodeGen/GlobalISel/InstructionSelectorImpl.h
include/llvm/Target/GlobalISel/SelectionDAGCompat.td
test/CodeGen/AArch64/GlobalISel/select-imm.mir
test/TableGen/GlobalISelEmitter.td
utils/TableGen/GlobalISelEmitter.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35833.108059.patch
Type: text/x-patch
Size: 13269 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170725/bb6e457a/attachment-0001.bin>
More information about the llvm-commits
mailing list