mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-28 06:32:09 +00:00
add some notes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145135 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
adb417afa6
commit
6a007d11e3
@ -752,6 +752,9 @@ be used to verify some algorithms.
|
||||
Better code generation for Cortex-A9
|
||||
Many APIs take ArrayRef's now.
|
||||
Pass manager extension API.
|
||||
|
||||
|
||||
Information about branch probability and basic block frequency is now available within LLVM based on a combination of static branch prediction heuristics and __builtin_expect calls. That information is currently used for register spill placement and if-conversion, with additional optimizations planned for future releases. The same frameworks are intended for eventual use with profile-guided optimization, but that is not yet implemented.
|
||||
|
||||
-->
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user