summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/cmp-frameindex.ll
Commit message (Collapse)AuthorAgeFilesLines
* AArch64: account for possible frame index operand in compares.Tim Northover2017-10-171-0/+19
If the address of a local is used in a comparison, AArch64 can fold the address-calculation into the comparison via "adds". Unfortunately, a couple of places (both hit in this one test) are not ready to deal with that yet and just assume the first source operand is a register. llvm-svn: 316035
OpenPOWER on IntegriCloud