Commit Graph

12 Commits

Author SHA1 Message Date
The 8472 27f72a1f04 fix codegen test 2023-04-28 23:08:54 +02:00
The 8472 66c825a4bf bless tests 2023-04-27 22:29:04 +02:00
bors 8052678d2a Auto merge of #109895 - nikic:llvm-16-tests, r=cuviper
Add codegen tests for issues fixed by LLVM 16

Fixes #75978.
Fixes #99960.
Fixes #101048.
Fixes #101082.
Fixes #101814.
Fixes #103132.
Fixes #103327.
2023-04-12 02:30:21 +00:00
Nikita Popov 0ee1d5722d Make test compatible with 32-bit 2023-04-11 17:19:07 +02:00
Nikita Popov dc662143be Add ignore-debug to two tests
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-11 11:22:15 +02:00
Nikita Popov 6b8b1a5b67 Add codegen tests for issues fixed by LLVM 16
Fixes #75978.
Fixes #99960.
Fixes #101048.
Fixes #101082.
Fixes #101814.
Fixes #103132.
Fixes #103327.
2023-04-03 17:02:57 +02:00
Pietro Albini 66cfa2e9e5 make 32bit ignore more accurate 2023-04-03 10:23:08 +02:00
Ben Kimock 8d2696a56c A MIR transform that checks pointers are aligned 2023-03-23 18:23:06 -04:00
Scott McMurray 50b0ba6fea Also move the auxiliary file 2023-03-20 10:25:29 +00:00
Scott McMurray 8561b2909d mv tests/codegen/issue-* tests/codegen/issues/ 2023-03-20 10:25:29 +00:00
Scott McMurray c2ae3b8804 Add a codegen test to confirm this fixes 73258 2023-03-12 13:23:22 -07:00
Scott McMurray 26e6fa46f2 Add a codegen test to confirm this fixes 106369 2023-03-12 12:57:40 -07:00