Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i#3544 RV64 vector part3: Add vector instruction codec test #10

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions suite/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2036,6 +2036,10 @@ if (NOT ANDROID)
tobuild_api(api.ir_sve api/ir_aarch64_sve.c "" "" OFF OFF OFF)
tobuild_api(api.ir_sve2 api/ir_aarch64_sve2.c "" "" OFF OFF OFF)
endif (AARCH64)

if (RISCV64)
tobuild_api(api.ir_rvv api/ir_rvv.c "" "" ON OFF OFF)
endif(RISCV64)
endif ()

# test synthetic DR_ISA_REGDEPS encoding, decoding, and disassembly
Expand Down Expand Up @@ -6205,6 +6209,7 @@ if (RISCV64)
code_api|api.ir
code_api|api.ir-static
code_api|api.ir_regdeps
code_api|api.ir_rvv
code_api|client.app_args
code_api|client.blackbox
code_api|client.crashmsg
Expand Down
Loading
Loading