[PATCH] D44853: [AArch64] Change std::sort to llvm::sort in response to r327219

Renato Golin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 3 13:03:46 PDT 2018


rengolin accepted this revision.
rengolin added a comment.
This revision is now accepted and ready to land.

In https://reviews.llvm.org/D44853#1047492, @mgrang wrote:

> This patch is one of a series of patches to replace *all* std::sort to llvm::sort in llvm/clang/polly (and other tools). I have a patch (https://reviews.llvm.org/D44363) which replaces all std::sort to llvm::sort. But as per review comments, it was suggested to break down that patch target-wise to smaller chunks. Hence I am now pushing smaller target-specific patches.


Right, those look to be the only two in the AArch64 back-end, LGTM. Sorry for the delay.


Repository:
  rL LLVM

https://reviews.llvm.org/D44853





More information about the llvm-commits mailing list