summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/getelementptr_vec_ce2.ll
Commit message (Collapse)AuthorAgeFilesLines
* [LLParser] Parse vector GEP constant expression correctlyMichael Kuperstein2016-12-211-0/+8
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