summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/getelementptr_vec_ce.ll
Commit message (Collapse)AuthorAgeFilesLines
* [ConstantFold] Support vector index when factoring out GEP index into ↵Haicheng Wu2017-12-041-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 correctlyMichael Kuperstein2016-12-211-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
OpenPOWER on IntegriCloud