RISC-V Assertion failure in SelectionDagBuilder.cpp when compiling CheriBSD-compiler-rt with 128bit intrinsics: `(PartVT.isInteger() || PartVT == MVT::x86mmx) && ValueVT.isInteger() && "Unknown mismatch!"' #23
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Labeling new issues | |
on: | |
issues: | |
types: ['opened'] | |
jobs: | |
automate-issues-labels: | |
runs-on: ubuntu-latest | |
if: github.repository == 'llvm/llvm-project' | |
steps: | |
- uses: andymckay/labeler@1.0.4 | |
with: | |
add-labels: 'new issue' | |
ignore-if-labeled: true |