Add more load_store generated tests to improve CC (#1641)

This commit is contained in:
Jalali 2023-11-17 18:14:38 +01:00 committed by GitHub
parent dc2a177a39
commit b143be15d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,7 +81,7 @@ elif [[ "$list_num" = 5 ]];then
"riscv_load_store_hazard_test"
"riscv_unaligned_load_store_test"
);
I=(50 50 50 50);
I=(100 100 100 100);
elif [[ "$list_num" = 6 ]];then
TEST_NAME=(
"riscv_rand_jump_hint_comp_test"