Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reimplement ir_function_can_inline_visitor using ir_hierarchical_vistor | Ian Romanick | 2010-05-17 | 1 | -147/+16 |
| | | | | The output of all test cases was verified to be the same using diff. | ||||
* | ir_function_inlining: Implement inlining in many more cases. | Eric Anholt | 2010-04-23 | 1 | -0/+227 |
We still don't inline for control flow in the inlined function, and we don't have any limits on what we will inline. |