Files
archived-llvm/lib/Transforms
Tom Stellard f3bbc0667c Merging r330792:
------------------------------------------------------------------------
r330792 | gberry | 2018-04-24 19:17:56 -0700 (Tue, 24 Apr 2018) | 14 lines

[DivRemPairs] Fix non-determinism in use list order.

Summary:
Use a MapVector instead of a DenseMap for RemMap since it is iteratated
over and the order of iteration can effect the order that new
instructions are created.  This can in turn effect the use list order of
div/rem input values if multiple new instructions are created that share
any input values.

Reviewers: spatel

Subscribers: mcrosier, llvm-commits

Differential Revision: https://reviews.llvm.org/D45858
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_60@332080 91177308-0d34-0410-b5e6-96231b3b80d8
2018-05-11 04:54:05 +00:00
..
2018-04-07 03:59:05 +00:00
2018-04-11 22:53:38 +00:00
2018-05-11 04:54:05 +00:00
2018-02-19 15:24:45 +00:00
2018-02-19 15:24:45 +00:00