summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/fast-isel-constrain-store-indexreg.ll
Commit message (Collapse)AuthorAgeFilesLines
* [X86 fast-isel] Constrain the index reg class to not include SP.Pete Cooper2015-05-051-0/+25
The index reg on instructions with complex address modes is a GPR64_NOSP. Constrain it to appease the machine verifier. llvm-svn: 236557
OpenPOWER on IntegriCloud