[PATCH] D31910: [LV] Fix logic to extract correct element in first order recurrences

Matthew Simpson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 11 07:50:09 PDT 2017


mssimpso added a comment.

In https://reviews.llvm.org/D31910#723084, @anna wrote:

> @mssimpso : Hi Mathew, is there a reason to have the first order recurrence test (https://reviews.llvm.org/D16197) in the AArch folder? Could we move this out, since the logic is shared by all platforms? Thanks


Yes, those tests should definitely be moved to the common directory. Thanks! Feel free to go ahead and do so if you want. I will try and take a look at your patch soon.


https://reviews.llvm.org/D31910





More information about the llvm-commits mailing list