Issue |
89569
|
Summary |
llc crash when exec 'llc -mtriple=sparcel'
|
Labels |
new issue
|
Assignees |
|
Reporter |
cpython-java
|
# description
when i use 'llc' to translate an IR, crash happened. I don't know whether it's a bug of 'llc' and want to be sure about it.
thank you for your help!
# bug ir
```
define i32 @main() {
br label %2
2:
%A = alloca i64, align 16
ret i32 0
}
```
# cmd
`llc -mtriple=sparcel test.ll`
# crash info
https://godbolt.org/z/hEafj9887
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs