Skip to content
Commit 984f0ce0 authored by Bill Wendling's avatar Bill Wendling
Browse files

Fix for PR929. The PHI nodes were being gone through for each instruction

in a successor block for every block...resulting in some O(N^k) algorithm
which wasn't very good for performance. Calculating this information up
front and keeping it in a map made it much faster.

llvm-svn: 30697
parent 8aca0ee8
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