Skip to content

Update MLIR to 2c9b6c1b36b8185299de083c3058e0c1e7760442 #9545

Update MLIR to 2c9b6c1b36b8185299de083c3058e0c1e7760442

Update MLIR to 2c9b6c1b36b8185299de083c3058e0c1e7760442 #9545

Workflow file for this run

name: Clang-Format
on:
push:
pull_request:
merge_group:
jobs:
build:
name: Format
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: DoozyX/clang-format-lint-action@v0.16.2
with:
source: 'enzyme/Enzyme enzyme/tools/enzyme-tblgen'
exclude: './CMakeLists.txt enzyme/Enzyme/SCEV'
style: 'llvm'
clangFormatVersion: 16