# 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