Skip to content

bit extract (x86 bt) and cg regalloc improvement #82

bit extract (x86 bt) and cg regalloc improvement

bit extract (x86 bt) and cg regalloc improvement #82

Workflow file for this run

name: Static Analyze
on: [push]
jobs:
run_tests:
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- name: Info
run: |
chmod +x build.sh
./build.sh info
shell: bash
- name: Analyze
run: |
chmod +x build.sh
./build.sh analyze
shell: bash