OSDN Git Service

Fix (hopefully the last) issue where LSR is nondeterminstic. When pulling
authorChris Lattner <sabre@nondot.org>
Tue, 11 Oct 2005 18:41:04 +0000 (18:41 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 11 Oct 2005 18:41:04 +0000 (18:41 +0000)
commitd6155e96f78a9f4344f5e697f7dd74d2f2325092
treedc4cad6430b1359e0dafad88e956ac49a0697e06
parent7b445c521bc191d0d25799b289e17b45f202a1af
Fix (hopefully the last) issue where LSR is nondeterminstic.  When pulling
out CSE's of base expressions it could build a result whose order was
nondet.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23698 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/LoopStrengthReduce.cpp