diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2012-08-16 23:11:47 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2012-08-16 23:11:47 +0000 |
commit | f2c64ef519b38a4328809b27b4a3a8e0c26e9709 (patch) | |
tree | ce3233b4960acdefe47ab3644925c8196a84e3c3 /utils/lit/TODO | |
parent | 05b2bc8781d9af403a257599613e12cb8fef19e8 (diff) | |
download | external_llvm-f2c64ef519b38a4328809b27b4a3a8e0c26e9709.zip external_llvm-f2c64ef519b38a4328809b27b4a3a8e0c26e9709.tar.gz external_llvm-f2c64ef519b38a4328809b27b4a3a8e0c26e9709.tar.bz2 |
Add an MCID::Select flag and TII hooks for optimizing selects.
Select instructions pick one of two virtual registers based on a
condition, like x86 cmov. On targets like ARM that support predication,
selects can sometimes be eliminated by predicating the instruction
defining one of the operands.
Teach PeepholeOptimizer to recognize select instructions, and ask the
target to optimize them.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162059 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/lit/TODO')
0 files changed, 0 insertions, 0 deletions