Skip to content
Commit 3b7ce109 authored by Dan Gohman's avatar Dan Gohman
Browse files

Don't sink gep operators through phi nodes if the result would require

more than one phi, since that leads to higher register pressure on
entry to the phi. This is especially problematic when the phi is in
a loop header, as it increases register pressure throughout the loop.

llvm-svn: 81993
parent 1c28c4db
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