[llvm-commits] [llvm] r67306 - /llvm/trunk/lib/Transforms/Scalar/Reassociate.cpp
Chris Lattner
clattner at apple.com
Thu Mar 19 11:29:58 PDT 2009
On Mar 19, 2009, at 10:22 AM, Dale Johannesen wrote:
> Author: johannes
> Date: Thu Mar 19 12:22:53 2009
> New Revision: 67306
>
> URL: http://llvm.org/viewvc/llvm-project?rev=67306&view=rev
> Log:
> This pass keeps a map of Instructions to Rank numbers,
> and was deleting Instructions without clearing the
> corresponding map entry. This led to nondeterministic
> behavior if the same address got allocated to another
> Instruction within a short time.
Very nice catch! Thanks Dale,
-Chris
More information about the llvm-commits
mailing list