Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ConstantFold] Support vector index when factoring out GEP index into ↵ | Haicheng Wu | 2017-12-04 | 1 | -1/+1 |
| | | | | | | | | | | | preceding dimensions Follow-up of r316824. This patch supports the vector type for both current and previous index when factoring out the current one into the previous one. Differential Revision: https://reviews.llvm.org/D39556 llvm-svn: 319683 | ||||
* | [LLParser] Parse vector GEP constant expression correctly | Michael Kuperstein | 2016-12-21 | 1 | -0/+9 |
The constantexpr parsing was too constrained and rejected legal vector GEPs. This relaxes it to be similar to the ones for instruction parsing. This fixes PR30816. Differential Revision: https://reviews.llvm.org/D28013 llvm-svn: 290261 |