Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Hexagon] Couple of fixes in optimize addressing mode | Krzysztof Parzyszek | 2018-12-10 | 1 | -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 Parzyszek | 2018-12-10 | 1 | -40/+0 |
| | | | | | | This reverts r348787. The patch wasn't quite correct. llvm-svn: 348792 | ||||
* | [Hexagon] Check if operand is an immediate before getImm | Krzysztof Parzyszek | 2018-12-10 | 1 | -0/+40 |
llvm-svn: 348787 |