Follow up to r340655 to fix vector types which are split.
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Nice catch. One suggestion for improvement, apart from that LGTM.
| lib/CodeGen/SelectionDAG/DAGCombiner.cpp | ||
|---|---|---|
| 7052 | Maybe rename to TargetVT or TransformedVT? After all, this VT isn't necessarily legal... | |
| lib/CodeGen/SelectionDAG/DAGCombiner.cpp | ||
|---|---|---|
| 7052 | I think it is? | |
Maybe rename to TargetVT or TransformedVT? After all, this VT isn't necessarily legal...