[PATCH] D45901: LowerTypeTests: Fix non-determinism in code that handles icall branch funnels.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 20 13:32:34 PDT 2018


pcc created this revision.
pcc added reviewers: eugenis, vlad.tsyrklevich.
Herald added a subscriber: hiraditya.

This was exposed by enabling expensive checks, which causes llvm::sort to sort randomly.


https://reviews.llvm.org/D45901

Files:
  llvm/lib/Transforms/IPO/LowerTypeTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45901.143375.patch
Type: text/x-patch
Size: 4038 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180420/b680c203/attachment.bin>


More information about the llvm-commits mailing list