Skip to content

Commit

Permalink
i#3544 RV64 vector part3: Add vector instruction codec test (#6859)
Browse files Browse the repository at this point in the history
This is a follow-up patch of adding RISC-V vector (RVV) extension
support to the core, part1 in PR
#6810
(f1ce1bc),
part2 in PR #6848
(59d0360).

This patch adds ir-test of RISC-V vector extension.

Issue: #3544
  • Loading branch information
chenhy0106 authored Jul 3, 2024
1 parent 0f878da commit 628314d
Show file tree
Hide file tree
Showing 3 changed files with 1,186 additions and 0 deletions.
5 changes: 5 additions & 0 deletions suite/tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2047,6 +2047,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 @@ -6235,6 +6239,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

0 comments on commit 628314d

Please sign in to comment.