about summary refs log tree commit diff
path: root/tests/codegen/asm/goto.rs
AgeCommit message (Collapse)AuthorLines
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-63/+0
2025-03-17Stabilize asm_gotoGary Guo-1/+1
2025-02-11tests/codegen: use -Copt-level=3 instead of -OJubilee Young-1/+1
2024-11-24Make asm_goto_with_outputs a separate feature gateGary Guo-1/+1
2024-11-24Support use of asm goto with outputs and `options(noreturn)`Gary Guo-1/+11
When labels are present, the `noreturn` option really means that asm block won't fallthrough -- if labels are present, then outputs can still be meaningfully used.
2024-11-24Fix asm goto with outputsGary Guo-11/+13
When outputs are used together with labels, they are considered to be written for all destinations, not only when falling through.
2024-11-01Move remaining inline assembly test files into asm directoryTaiki Endo-0/+51