Skip to content

Constant fold G_LSHRE and G_SHRE #3

Constant fold G_LSHRE and G_SHRE

Constant fold G_LSHRE and G_SHRE #3

Workflow file for this run

name: Dispatch Test Suite
on:
push:
branches: [ main ]
jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: llvm-mos/repository-dispatch@v1
with:
token: ${{ secrets.ACTION_TOKEN }}
repository: llvm-mos/llvm-test-suite
event-type: on-llvm-update
client-payload: '{"head_commit": ${{ toJSON(github.event.head_commit) }}}'