Skip to content
Commit 7cf5a376 authored by Chandler Carruth's avatar Chandler Carruth
Browse files

Revert r135217, which wasn't the correct fix for PR10358. With this

patch, we actually move the state-machine for the value set backwards
one step. This can pretty easily lead to infinite loops where we
continually try to propagate a bit, succeed for one iteration, but then
back up because we find an uninitialized use.

A reduced test case from PR10379 is included.

llvm-svn: 135359
parent a7606b99
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