about summary refs log tree commit diff
path: root/tests/codegen/try_question_mark_nop.rs
AgeCommit message (Expand)AuthorLines
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-243/+0
2025-04-10replace `//@ compile-flags: --edition` with `//@ edition`Pietro Albini-1/+2
2025-04-05Update the minimum external LLVM to 19Josh Stone-2/+0
2025-04-03Remove `unsound-mir-opts` for `simplify_aggregate_to_copy`dianqk-14/+24
2025-03-16Auto merge of #137278 - heiseish:101210-extra-codegen-tests, r=scottmcmbors-20/+121
2025-03-12added some new test to check for result and options optGiang Dao-20/+121
2025-03-12Don't `alloca` just to look at a discriminantScott McMurray-3/+3
2025-03-06Use `trunc nuw`+`br` for 0/1 branches even in optimized buildsScott McMurray-4/+4
2025-02-11tests/codegen: use -Copt-level=3 instead of -OJubilee Young-1/+1
2024-11-13Add ``exact-llvm-major-version`` directiveKirill Podoprigora-2/+1
2024-11-08try_question_mark_nop: update test for LLVM 20Augie Fackler-1/+10
2024-10-31Mark `simplify_aggregate_to_copy` mir-opt as unsound许杰友 Jieyou Xu (Joe)-10/+4
2024-09-17tests: allow trunc/select instructions to be missingAugie Fackler-5/+8
2024-09-14Update try_question_mark_nop.rs testDianQK-1/+6
2024-05-31Run rustfmt on `tests/codegen/`.Nicholas Nethercote-16/+6
2024-02-27allow using scalarpair with a common prim of ptr/ptr-sized-intErik Desjardins-12/+92
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-2/+2
2023-07-27Update the minimum external LLVM to 15Josh Stone-1/+0
2023-01-11Move /src/test to /testsAlbert Larsan-0/+54