[PATCH] D17017: SelectionDAG: Make Properties a field of SDPatternOperator
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 8 19:57:51 PST 2016
arsenm created this revision.
arsenm added a subscriber: llvm-commits.
Currently you can't specify node properties like commutativity on
a PatFrag. If you want to create a PatFrag on a commutative node
with a hasOneUse predicate, this enables you to specify that the
PatFrag is also commutable.
http://reviews.llvm.org/D17017
Files:
include/llvm/IR/Intrinsics.td
include/llvm/IR/IntrinsicsAArch64.td
include/llvm/IR/IntrinsicsARM.td
include/llvm/Target/TargetSelectionDAG.td
test/TableGen/intrinsic-long-name.td
test/TableGen/intrinsic-varargs.td
utils/TableGen/CodeGenTarget.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17017.47291.patch
Type: text/x-patch
Size: 5741 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160209/4b79ac04/attachment.bin>
More information about the llvm-commits
mailing list