summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Hexagon/addrmode-immop.mir
Commit message (Collapse)AuthorAgeFilesLines
* [Hexagon] Couple of fixes in optimize addressing modeKrzysztof Parzyszek2018-12-101-0/+40
| | | | | | | | | | - Check if an operand is an immediate before calling getImm. Some operands that take constant values can actually have global symbols or other constant expressions. - When a load-constant instruction can be folded into users, make sure to only delete it when all users have been successfully converted. llvm-svn: 348802
* Revert "[Hexagon] Check if operand is an immediate before getImm"Krzysztof Parzyszek2018-12-101-40/+0
| | | | | | This reverts r348787. The patch wasn't quite correct. llvm-svn: 348792
* [Hexagon] Check if operand is an immediate before getImmKrzysztof Parzyszek2018-12-101-0/+40
llvm-svn: 348787
OpenPOWER on IntegriCloud