Skip to content

Remove insn_len field in IR structure #56

Remove insn_len field in IR structure

Remove insn_len field in IR structure #56

Workflow file for this run

name: Compliance Tests
on: [push, pull_request]
jobs:
arch-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: install-dependencies
run: |
.ci/riscv-toolchain-install.sh
shell: bash
- name: architectural test
run: |
.ci/riscv-tests.sh
shell: bash