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

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 15 14:24:27 PDT 2018



On 15/06/2018 21:17, Daniel Berlin wrote:
> I'm tempted to suggest putting this in valueComesBefore or otherwise 
> refactoring some logic here.
> What you've written is basically now ValueDFS_Compare just operating on 
> a slightly different datastructure format.
> 

Will do, thanks!


More information about the llvm-commits mailing list