Files
archived-llvm/test/CodeGen/PowerPC
Tony Jiang a2daaca0d6 [PowerPC Peephole] Constants into a join add, use ADDI over LI/ADD.
Two blocks prior to the join each perform an li and the the join block has an
add using the initialized register. Optimize each predecessor block to instead
use addi and delete the li's and add.

Differential Revision: https://reviews.llvm.org/D36734

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@313639 91177308-0d34-0410-b5e6-96231b3b80d8
2017-09-19 16:14:37 +00:00
..
2015-07-28 20:38:29 +00:00
2016-10-19 16:58:59 +00:00
2016-02-29 16:42:27 +00:00
2017-01-22 20:28:56 +00:00
2017-06-20 18:43:14 +00:00