"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "357d41b3c13cf8af2708bd8b1c4cbd0a0d30138b"
Fix a bug in SCEV's poison value propagation
The worklist algorithm introduced in rL271151 didn't check to see if the direct users of the post-inc add recurrence propagates poison. This change fixes the problem and makes the code structure more obvious. Note for release managers: correctness wise, this bug wasn't a regression introduced by rL271151 -- the behavior of SCEV around post-inc add recurrences was strictly improved (in terms of correctness) in rL271151. llvm-svn: 272179
Loading
Please register or sign in to comment