summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Hexagon/store-imm-stack-object.ll
Commit message (Collapse)AuthorAgeFilesLines
* [Hexagon] Generate store-immediate instructions for stack objectsKrzysztof Parzyszek2017-06-131-0/+86
Store-immediate instructions have a non-extendable offset. Since the actual offset for a stack object is not known until much later, only generate these stores when the stack size (at the time of instruction selection) is small. llvm-svn: 305305
OpenPOWER on IntegriCloud