| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix Scalarizer insertion point when replacing PHIs with insertelements | Richard Sandiford | 2013-12-23 | 1 | -1/+4 |
| | | | | | | | | | | | If the Scalarizer scalarized a vector PHI but could not scalarize all uses of it, it would insert a series of insertelements to reconstruct the vector PHI value from the scalar ones. The problem was that it would emit these insertelements immediately after the PHI, even if there were other PHIs after it. llvm-svn: 197909 | ||||
| * | Fix Scalarizer handling of vector GEPs with multiple index operands | Richard Sandiford | 2013-12-23 | 1 | -11/+32 |
| | | | | | | | The old code only worked for one index operand. Also handle "inbounds". llvm-svn: 197908 | ||||
| * | Add a Scalarizer pass. | Richard Sandiford | 2013-11-22 | 1 | -0/+637 |
| llvm-svn: 195471 | |||||

