[PATCH] D21288: [AArch64] Switch regression tests to test features not CPUs

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 13 09:30:38 PDT 2016


rengolin added a comment.

In http://reviews.llvm.org/D21288#456185, @sbaranga wrote:

> Perhaps. That's something that we're already missing for most (all?) CPUs for these heuristics?
>  The best idea i can come up with is to make SubtargetEmitter.cpp generate some debug code that will print all features.


How about we *add* tests on sub-target features, instead of replace, and change the CPU's Check lines to the flag's own, so that we're testing both features and CPU's support?


http://reviews.llvm.org/D21288





More information about the llvm-commits mailing list