diff options
author | Hal Finkel <hfinkel@anl.gov> | 2013-04-09 22:58:37 +0000 |
---|---|---|
committer | Hal Finkel <hfinkel@anl.gov> | 2013-04-09 22:58:37 +0000 |
commit | 7eb0d8148e1210d9e31ab471477de47b53bab117 (patch) | |
tree | 59cbf016ac5c78bc44d43e66bc48073584217500 /tools/llvm-objdump/MachODump.cpp | |
parent | 58ddf528927a57c4f92ef12513bfef3422318b77 (diff) |
Allow PPC B and BLR to be if-converted into some predicated forms
This enables us to form predicated branches (which are the same conditional
branches we had before) and also a larger set of predicated returns (including
instructions like bdnzlr which is a conditional return and loop-counter
decrement all in one).
At the moment, if conversion does not capture all possible opportunities. A
simple example is provided in early-ret2.ll, where if conversion forms one
predicated return, and then the PPCEarlyReturn pass picks up the other one. So,
at least for now, we'll keep both mechanisms.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179134 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-objdump/MachODump.cpp')
0 files changed, 0 insertions, 0 deletions