diff options
author | Fabio Rinaldi <fabio.rinaldi@linaro.org> | 2020-02-12 16:18:50 +0000 |
---|---|---|
committer | Roland Levillain <rpl@google.com> | 2020-07-22 10:44:31 +0000 |
commit | 40b0614be3296e163654c4e293793d00bcf36a5a (patch) | |
tree | 5dcd9dd7d93d14b83c82cb90674df9353280189d /compiler/optimizing/graph_visualizer.h | |
parent | 52fe49e87902fb231201874f52c4993e6fe611e9 (diff) |
Checker: Add function isaHasFeature
Developers are now able to use hasIsaFeature("feature_name") to
check if an instruction set feature was used at compile time.
Checker will retrieve the list of features from the .cfg file. It
expects them to be dumped at the beginning of the file as a fake
compilation block in the following form:
begin_compilation
name "isa_features:feature1,-feature2"
method "isa_features:feature1,-feature2"
date 1580721972
end_compilation
Dumping that is optional. hasIsaFeature() will always return False
if that pass is not found.
Author: Fabio Rinaldi
Committer: Artem Serov
Bug: 147876827
Test: ./art/tools/checker/run_unit_tests.py
Test: test.py --target --optimizing
Change-Id: I4ce15d853025f9863d7981b33b761cfc799fed50
Diffstat (limited to 'compiler/optimizing/graph_visualizer.h')
0 files changed, 0 insertions, 0 deletions