about summary refs log tree commit diff
path: root/tests/codegen/issues/issue-101082.rs
AgeCommit message (Collapse)AuthorLines
2023-11-21Update the minimum external LLVM to 16.Dario Nieuwenhuis-1/+0
2023-04-11Make test compatible with 32-bitNikita Popov-1/+1
2023-04-11Add ignore-debug to two testsNikita Popov-0/+1
These don't optimize with debug assertions. For one of them, this is due to the new alignment checks, for the other I'm not sure what specifically blocks it.
2023-04-03Add codegen tests for issues fixed by LLVM 16Nikita Popov-0/+16
Fixes #75978. Fixes #99960. Fixes #101048. Fixes #101082. Fixes #101814. Fixes #103132. Fixes #103327.