Skip to content

Commit

Permalink
Rollup merge of #114230 - workingjubilee:codegen-tests-that-nest, r=M…
Browse files Browse the repository at this point in the history
…ark-Simulacrum

Nest other codegen test topics

This PR is like rust-lang/rust#114229 in that it mostly pushes codegen tests around, shoving them into their own directories, but because all of the changes are very simple cleanups I pulled them into a separate PR. The other PR might involve actually evaluating the correctness of the test after changes, but here it is mostly a matter of taste. The only "functional" change is deleting a few tests that... hinge on a version of LLVM that we don't support (as of rust-lang/rust#114148 anyways).

I considered a few different ways to group other topics but I feel the question of whether `tests/codegen/{vec,array,slice}` should exist is more subtle than these choices, as it might be better to group such related tests by other topics like bounds check elision, thus I avoided making it.
  • Loading branch information
matthiaskrgr authored Aug 7, 2023
2 parents f2eaaad + 0644e62 commit 36feb05
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 36feb05

Please sign in to comment.