[PATCH] D32527: Generalize flag carrying SDNodes beyond binary ops. NFC.

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 26 03:02:17 PDT 2017


aemerson created this revision.

This patch was requested to be split out from https://reviews.llvm.org/D30086

It generalises SDNodes carrying flags, adding support for a currently unused unary SDNode with flags. Once https://reviews.llvm.org/D30086 lands two SDNodes will use the UnaryWithFlagsSDNode created here. NFC.


Repository:
  rL LLVM

https://reviews.llvm.org/D32527

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32527.96696.patch
Type: text/x-patch
Size: 4970 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170426/7cad1619/attachment.bin>


More information about the llvm-commits mailing list