Skip to content

Clang/LLVM can't generate optimal loop in MIPS. #16

Clang/LLVM can't generate optimal loop in MIPS.

Clang/LLVM can't generate optimal loop in MIPS. #16

Workflow file for this run

name: Labeling closed issues
on:
issues:
types: ['closed']
jobs:
automate-issues-labels:
runs-on: ubuntu-latest
if: github.repository == 'llvm/llvm-project'
steps:
- uses: andymckay/labeler@1.0.4
with:
remove-labels: "awaiting-review"