[PATCH] D15792: [AArch64] Turn off PredictableSelectIsExpensive on the Cortex-A57

Adam Nemet via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 8 09:49:44 PST 2016


anemet added a comment.

In http://reviews.llvm.org/D15792#322307, @evandro wrote:

> @anemet, I must say that it was a few months ago and, after an attempting to figure out what was wrong and realizing that it was more than I wanted to deal with, I fell back to using the official framework.  Sounds like it's worth revisiting it again, especially after stumbling at http://reviews.llvm.org/rL255876


Well, that patch is actually unrelated to --spec-with-ref at this point.  --spec-with-ref currently uses the old makefile-based framework for building SPEC and then rolls its own run command for each SPEC benchmark (http://reviews.llvm.org/D14735).  But yes, long term the idea is to converge these two and use cmake with --spec-with-ref.  BTW, --spec-with-ref support SPEC 2000/2006 at this point.


http://reviews.llvm.org/D15792





More information about the llvm-commits mailing list