rust/tests/codegen/asm
Tomasz Miąsko 5c1733e4f4 Break critical edges in inline asm before code generation
An inline asm terminator defines outputs along its target edges -- a
fallthrough target and labeled targets. Code generation implements this
by inserting code directly into the target blocks. This approach works
only if the target blocks don't have other predecessors.

Establish required invariant by extending existing code that breaks
critical edges before code generation.
2025-03-06 20:00:24 +01:00
..
aarch64-clobbers.rs tests/codegen/asm: Remove uses of rustc_attrs and lang_items features by using minicore 2024-12-20 23:19:12 +09:00
avr-clobbers.rs Create a generic AVR target: avr-none 2025-02-19 19:01:51 +01:00
bpf-clobbers.rs Support clobber_abi in BPF inline assembly 2025-01-29 02:14:25 +09:00
critical.rs Break critical edges in inline asm before code generation 2025-03-06 20:00:24 +01:00
csky-clobbers.rs Mark condition/carry bit as clobbered in C-SKY inline assembly 2025-01-29 06:46:05 +09:00
foo.s Move remaining inline assembly test files into asm directory 2024-11-01 22:12:55 +09:00
global_asm.rs Move remaining inline assembly test files into asm directory 2024-11-01 22:12:55 +09:00
global_asm_include.rs Move remaining inline assembly test files into asm directory 2024-11-01 22:12:55 +09:00
global_asm_x2.rs Move remaining inline assembly test files into asm directory 2024-11-01 22:12:55 +09:00
goto.rs tests/codegen: use -Copt-level=3 instead of -O 2025-02-11 13:41:35 -08:00
hexagon-clobbers.rs tests/codegen/asm: Remove uses of rustc_attrs and lang_items features by using minicore 2024-12-20 23:19:12 +09:00
may_unwind.rs tests/codegen: use -Copt-level=3 instead of -O 2025-02-11 13:41:35 -08:00
maybe-uninit.rs tests/codegen: use -Copt-level=3 instead of -O 2025-02-11 13:41:35 -08:00
msp430-clobbers.rs tests/codegen/asm: Remove uses of rustc_attrs and lang_items features by using minicore 2024-12-20 23:19:12 +09:00
multiple-options.rs tests/codegen: use -Copt-level=3 instead of -O 2025-02-11 13:41:35 -08:00
options.rs tests/codegen: use -Copt-level=3 instead of -O 2025-02-11 13:41:35 -08:00
powerpc-clobbers.rs tests/codegen/asm: Remove uses of rustc_attrs and lang_items features by using minicore 2024-12-20 23:19:12 +09:00
riscv-clobbers.rs tests/codegen/asm: Remove uses of rustc_attrs and lang_items features by using minicore 2024-12-20 23:19:12 +09:00
s390x-clobbers.rs tests/codegen/asm: Remove uses of rustc_attrs and lang_items features by using minicore 2024-12-20 23:19:12 +09:00
sanitize-llvm.rs tests/codegen/asm: Remove uses of rustc_attrs and lang_items features by using minicore 2024-12-20 23:19:12 +09:00
sparc-clobbers.rs tests/codegen/asm: Remove uses of rustc_attrs and lang_items features by using minicore 2024-12-20 23:19:12 +09:00
x86-clobber_abi.rs tests/codegen: use -Copt-level=3 instead of -O 2025-02-11 13:41:35 -08:00
x86-clobbers.rs tests/codegen: use -Copt-level=3 instead of -O 2025-02-11 13:41:35 -08:00
x86-target-clobbers.rs Move remaining inline assembly test files into asm directory 2024-11-01 22:12:55 +09:00