[PATCH] D23036: [SelectionDAG] Use a union of bitfield structs for SDNode::SubclassData.

Justin Lebar via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 1 14:33:22 PDT 2016


jlebar created this revision.
jlebar added a reviewer: chandlerc.
jlebar added a subscriber: llvm-commits.

This greatly simplifies our handling of SDNode::SubclassData.

NFC, hopefully.  :)

https://reviews.llvm.org/D23036

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23036.66383.patch
Type: text/x-patch
Size: 18411 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160801/1af1f35a/attachment.bin>


More information about the llvm-commits mailing list