rust/tests/codegen-llvm/asm
Tsukasa OI 5ebdec5ac2 rustc_codegen_llvm: Adjust RISC-V inline assembly's clobber list
Despite that the `fflags` register (representing floating point
exception flags) is stated as a flag register in the reference, it's not
in the default clobber list of the RISC-V inline assembly and it would
be better to fix it.
2025-09-15 02:16:34 +00:00
..
aarch64-clobbers.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
avr-clobbers.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
bpf-clobbers.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
critical.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
csky-clobbers.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
foo.s Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
global_asm.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
global_asm_include.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
global_asm_x2.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
goto.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
hexagon-clobbers.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
may_unwind.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
maybe-uninit.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
msp430-clobbers.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
multiple-options.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
options.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
powerpc-clobbers.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
riscv-clobbers.rs rustc_codegen_llvm: Adjust RISC-V inline assembly's clobber list 2025-09-15 02:16:34 +00:00
s390x-clobbers.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
sanitize-llvm.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
sparc-clobbers.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
x86-clobber_abi.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
x86-clobbers.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
x86-target-clobbers.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00