summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/GlobalISel/irtranslator-max-address-space.ll
Commit message (Collapse)AuthorAgeFilesLines
* GlobalISel: Fix address space limit in LLTMatt Arsenault2019-01-261-0/+26
The IR enforced limit for the address space is 24-bits, but LLT was only using 23-bits. Additionally, the argument to the constructor was truncating to 16-bits. A similar problem still exists for the number of vector elements. The IR enforces no limit, so if you try to use a vector with > 65535 elements the IRTranslator asserts in the LLT constructor. llvm-svn: 352264
OpenPOWER on IntegriCloud