mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-11 23:38:05 +00:00
Test commit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@278598 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c819da39b5
commit
3ee4558631
@ -9,8 +9,10 @@
|
||||
//
|
||||
// This pass hoists expressions from branches to a common dominator. It uses
|
||||
// GVN (global value numbering) to discover expressions computing the same
|
||||
// values. The primary goal is to reduce the code size, and in some
|
||||
// cases reduce critical path (by exposing more ILP).
|
||||
// values. The primary goals of code-hoisting are:
|
||||
// 1. To reduce the code size.
|
||||
// 2. In some cases reduce critical path (by exposing more ILP).
|
||||
//
|
||||
// Hoisting may affect the performance in some cases. To mitigate that, hoisting
|
||||
// is disabled in the following cases.
|
||||
// 1. Scalars across calls.
|
||||
|
Loading…
x
Reference in New Issue
Block a user