Skip to content
Commit 154ed497 authored by Dan Gohman's avatar Dan Gohman
Browse files

Fix reassociate to postpone certain instruction deletions until

after it has finished all of its reassociations, because its
habit of unlinking operands and holding them in a datastructure
while working means that it's not easy to determine when an
instruction is really dead until after all its regular work is
done. rdar://9096268.

llvm-svn: 127424
parent e5ccac85
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