[PATCH] D58274: [MergeICmps] Make base ordering really deterministic.

Clement Courbet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 15 01:22:13 PST 2019


courbet created this revision.
courbet added a reviewer: gchatelet.
Herald added subscribers: jdoerfert, jfb, mgrang.
Herald added a project: LLVM.

The idea is that we now manipulate bases through a `unsigned BaseID` based on
order of appearance in the comparison chain rather than through the `Value*`.

Fixes 40714.


Repository:
  rL LLVM

https://reviews.llvm.org/D58274

Files:
  lib/Transforms/Scalar/MergeICmps.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58274.186974.patch
Type: text/x-patch
Size: 12370 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190215/38f92dbf/attachment.bin>


More information about the llvm-commits mailing list