Skip to content
Commit d517b520 authored by Bob Wilson's avatar Bob Wilson
Browse files

Add an option to GVN to remove all partially redundant loads. This is currently

disabled by default.  This divides the existing load PRE code into 2 phases:
first it checks that it is safe to move the load to each of the predecessors
where it is unavailable, and then if it is safe, the code is changed to move
the load.  Radar 7571861.

llvm-svn: 95007
parent 98188414
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