| commit | b3a7fa2d172cc84c6e1010bc5528e6a2de45286f | [log] [tgz] |
|---|---|---|
| author | Tom Stellard <thomas.stellard@amd.com> | Fri Apr 11 16:11:58 2014 +0000 |
| committer | Tom Stellard <thomas.stellard@amd.com> | Fri Apr 11 16:11:58 2014 +0000 |
| tree | 5c25f388d916c480d5a49df40e2bd313dd05c59c | |
| parent | b5eb8f02125ad9c2a37f7d39558e04b85283129d [diff] |
SelectionDAG: Factor ISD::MUL lowering code out of DAGTypeLegalizer This code has been moved to a new function in the TargetLowering class called expandMUL(). The purpose of this is to be able to share lowering code between the SelectionDAGLegalize and DAGTypeLegalizer classes. No functionality changed intended. llvm-svn: 206036