[PATCH] D50083: [SelectionDAG] Make binop reduction matcher available to all targets

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 31 10:49:54 PDT 2018


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

There is nothing x86-specific about this code, so it'd be nice to make this available for other targets to use in the future (and get it out of X86ISelLowering!). Although an initial trawl through other targets didn't find existing equivalent code.


Repository:
  rL LLVM

https://reviews.llvm.org/D50083

Files:
  include/llvm/CodeGen/SelectionDAG.h
  lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  lib/Target/X86/X86ISelLowering.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50083.158323.patch
Type: text/x-patch
Size: 7152 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180731/96c0728f/attachment.bin>


More information about the llvm-commits mailing list