Skip to content
Commit 788bdba1 authored by Chris Lattner's avatar Chris Lattner
Browse files

The pattern isel is aggressively codegen'ing all of the loads in these

functions together at the start of the basic block, causing massive spillage.
The old isel codegened the loads wherever they happened to land, so it
generated good code for the first case, but bad code for the second.

We really want the pattern isel to generate (the same) good code for both.

llvm-svn: 19448
parent 1308b488
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment