You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
durin42 opened this issue
Sep 30, 2024
· 2 comments
Labels
A-alignArea: alignment control (`repr(align(N))` and so on)A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.O-SPARCTarget: SPARC processors
[codegen] tests/codegen/cast-target-abi.rs#sparc64
[codegen] tests/codegen/repr/transparent-imm-array.rs#sparc
[codegen] tests/codegen/repr/transparent-sparc64.rs
[codegen] tests/codegen/sparc-struct-abi.rs
```
I figured I'd report this early in case some SPARC enthusiast wants to try and get to this early.
The text was updated successfully, but these errors were encountered:
A-alignArea: alignment control (`repr(align(N))` and so on)A-LLVMArea: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.O-SPARCTarget: SPARC processors
llvm/llvm-project@dbad963 changes i128s to align at 16 bytes, which causes a few tests to fail:
The text was updated successfully, but these errors were encountered: