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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
include/llvm/CodeGen/SelectionDAGNodes.h | ||
---|---|---|
2337 | Do we really want these inlined? Should their bodies be in SelectionDAG.cpp like isBuildVectorAllZeros? |
Do we really want these inlined? Should their bodies be in SelectionDAG.cpp like isBuildVectorAllZeros?