about summary refs log tree commit diff
path: root/tests/codegen/vec-shrink-panik.rs
AgeCommit message (Collapse)AuthorLines
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-31/+0
2025-02-11tests/codegen: use -Copt-level=3 instead of -OJubilee Young-1/+1
2024-10-31tests: `ignore-debug` -> `ignore-std-debug-assertions`许杰友 Jieyou Xu (Joe)-1/+1
2024-03-17Update the minimum external LLVM to 17Josh Stone-14/+0
2024-02-23Ignore less tests in debug buildsBen Kimock-1/+1
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-6/+6
2023-06-14use indexed loop instead of ptr bumpingThe 8472-8/+0
this seems to produce less IR
2023-05-23codegen: add needs-unwind to tests that require itPietro Albini-0/+1
2023-05-10vec-shrink-panik: update expectations to work on LLVM 17Augie Fackler-2/+2
For some reason, the called function is `cleanup` on LLVM 17 instead of `filter`. r? @Amanieu
2023-05-07Fix codegen testGary Guo-2/+2
2023-03-20adapt tests/codegen/vec-shrink-panik for LLVM 17Krasimir Georgiev-9/+14
After https://github.com/llvm/llvm-project/commit/0d4a709bb876824a0afa5f86e138e8ffdcaf7661 LLVM now doesn't generate references to panic_cannot_unwind: @nikic: https://rust-lang.zulipchat.com/#narrow/stream/187780-t-compiler.2Fwg-llvm/topic/a.20couple.20codegen.20test.20failures.20after.20llvm.200d4a709bb876824a/near/342664944 >Okay, so LLVM now realizes that double panic is not possible, so that's fine.
2023-01-11Move /src/test to /testsAlbert Larsan-0/+47