1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/include
Benjamin Kramer 7a9528b540 Add a new target hook "predictableSelectIsExpensive".
This will be used to determine whether it's profitable to turn a select into a
branch when the branch is likely to be predicted.

Currently enabled for everything but Atom on X86 and Cortex-A9 devices on ARM.

I'm not entirely happy with the name of this flag, suggestions welcome ;)

llvm-svn: 156233
2012-05-05 12:49:14 +00:00
..
llvm Add a new target hook "predictableSelectIsExpensive". 2012-05-05 12:49:14 +00:00
llvm-c [llvm-c] Make a few function declarations proper prototypes 2012-05-02 16:15:32 +00:00