[PATCH] D48230: [PredicateInfo] Order instructions in different BBs by DFSNumIn.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 19 13:12:44 PDT 2018


fhahn updated this revision to Diff 151969.
fhahn added a comment.

Renamed functions and added REQUIRES: assert

I had a look at verify-uselistorder, but I am not sure how it would help with the test unfortunately. The order of OpsToRename is unrelated to the use-list order I think. But I am probably missing something about using uselistorder when testing.


https://reviews.llvm.org/D48230

Files:
  include/llvm/Transforms/Utils/OrderedInstructions.h
  lib/Transforms/Utils/OrderedInstructions.cpp
  lib/Transforms/Utils/PredicateInfo.cpp
  test/Transforms/Util/PredicateInfo/ordering.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48230.151969.patch
Type: text/x-patch
Size: 6826 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180619/b0a524d0/attachment.bin>


More information about the llvm-commits mailing list