Skip to content

[mlir] -test-vector-unrolling-patterns pass failed with assertion error "cast<Ty>() argument of incompatible type!" #11313

[mlir] -test-vector-unrolling-patterns pass failed with assertion error "cast<Ty>() argument of incompatible type!"

[mlir] -test-vector-unrolling-patterns pass failed with assertion error "cast<Ty>() argument of incompatible type!" #11313

Workflow file for this run

name: Labeling new issues
on:
issues:
types: ['opened']
permissions:
contents: read
jobs:
automate-issues-labels:
permissions:
issues: write # for andymckay/labeler to label issues
pull-requests: write # for andymckay/labeler to label PRs
runs-on: ubuntu-latest
if: github.repository == 'llvm/llvm-project'
steps:
- uses: andymckay/[email protected]
with:
add-labels: 'new issue'
ignore-if-labeled: true