Skip to content
Commit 4fa09669 authored by Chris Lattner's avatar Chris Lattner
Browse files

Make instcombine's DSE respect loads as well as stores. It is not safe to

delete the first store in:

store x -> p
load p
store y -> p

This is for PR2297.

llvm-svn: 50859
parent 8462711c
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