[PATCH] D43466: [SelectionDAG] Move matchUnaryPredicate/matchBinaryPredicate into SelectionDAGNodes.h

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 19 07:48:23 PST 2018


RKSimon created this revision.
RKSimon added reviewers: majnemer, efriedma, craig.topper, spatel.

To allow us to improve vector constant matching in more DAG code (backends, TargetLowering etc.) I'd like to move these into the SelectionDAGNodes.h header under the ISD namespace.


Repository:
  rL LLVM

https://reviews.llvm.org/D43466

Files:
  include/llvm/CodeGen/SelectionDAGNodes.h
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43466.134915.patch
Type: text/x-patch
Size: 9491 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180219/c29686f1/attachment.bin>


More information about the llvm-commits mailing list