Closed
Description
llvm/llvm-project@dbad963 changes i128s to align at 16 bytes, which causes a few tests to fail:
[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.