Skip to content

llc crash when exec 'llc -mtriple=sparcel' #89569

Closed
@cpython-java

Description

@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

Metadata

Metadata

Assignees

Labels

backend:SparcbugIndicates an unexpected problem or unintended behavior

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions