Files
llvm/test/CodeGen/PowerPC
Hiroshi Inoue 3356bc7f45 [PowerPC] enable optimizeCompareInstr for branch with static branch hint
In optimizeCompareInstr, a compare instruction is eliminated by using a record form instruction if possible.
If the branch instruction that uses the result of the compare has a static branch hint, the optimization does not happen.
This patch makes this optimization happen regardless of the branch hint by splitting branch hint and branch condition before checking the predicate to identify the possible optimizations.

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



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@309255 91177308-0d34-0410-b5e6-96231b3b80d8
2017-07-27 08:14:48 +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