Skip to content
Commit 215c7eba authored by Chris Lattner's avatar Chris Lattner
Browse files

When inserting PHI nodes, don't insert any phi nodes that are obviously

unneccesary.  This allows us to delete several hundred phi nodes of the
form PHI(x,x,x,undef) from 253.perlbmk and probably other programs as well.

This implements Mem2Reg/UndefValuesMerge.ll

llvm-svn: 17098
parent d0476731
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