[PATCH] D31135: [globalisel][tablegen] Add experimental support for OperandWithDefaultOps, PredicateOperand, and OptionalDefOperand
Daniel Sanders via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 20 09:35:51 PDT 2017
dsanders created this revision.
Herald added subscribers: tpr, igorb, kristof.beyls, dberris, mehdi_amini, rengolin, aemerson.
As far as instruction selection is concerned, all three appear to be same thing.
Support for these operands is experimental since AArch64 doesn't make use
of them and the in-tree targets that do use them (AMDGPU for
OperandWithDefaultOps, AMDGPU/ARM/Hexagon/Lanai for PredicateOperand, and ARM
for OperandWithDefaultOps) are not using tablegen-erated GlobalISel yet.
https://reviews.llvm.org/D31135
Files:
include/llvm/TableGen/Record.h
test/TableGen/GlobalISelEmitter.td
utils/TableGen/GlobalISelEmitter.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31135.92341.patch
Type: text/x-patch
Size: 7423 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170320/5dd49bb6/attachment.bin>
More information about the llvm-commits
mailing list