https://bugs.kde.org/show_bug.cgi?id=413547
ahashmi <assad.has...@linaro.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #123538|0 |1 is obsolete| | --- Comment #2 from ahashmi <assad.has...@linaro.org> --- Created attachment 133311 --> https://bugs.kde.org/attachment.cgi?id=133311&action=edit Patch adds arm64 feature detection for regression tests This patch implements arm64 ISA features/attributes checks for regression tests, and must be committed after https://bugs.kde.org/show_bug.cgi?id=414268 The simple test of a v8.2 encoding shows how the fix for https://bugs.kde.org/show_bug.cgi?id=414268 can be used in IR creation on different arm64 versions. When both patches are committed, 'make regtest' should result in the following for v8.0 and 8.1: - - - snip fp_and_simd: valgrind -q ./fp_and_simd fp_and_simd_v82: (skipping, prereq failed: test -x fp_and_simd_v82 && ../../../tests/arm64_features fphp) integer: valgrind -q ./integer - - - snip The test should run and pass on v8.2: - - - snip fp_and_simd: valgrind -q ./fp_and_simd fp_and_simd_v82: valgrind -q ./fp_and_simd_v82 integer: valgrind -q ./integer - - - snip -- You are receiving this mail because: You are watching all bug changes.