rust/tests/codegen-llvm/intrinsics
2026-01-02 23:14:02 +01:00
..
aggregate-thin-pointer.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
carrying_mul_add.rs skip codegen for intrinsics with big fallback bodies if backend does not need them 2026-01-02 23:14:02 +01:00
cold_path.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
cold_path2.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
cold_path3.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
compare_bytes.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
const_eval_select.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
ctlz.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
ctpop.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
disjoint_bitor.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
exact_div.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
likely.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
likely_assert.rs Remove the explicit branch hint from const_panic 2025-12-29 10:30:02 -05:00
mask.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
nontemporal.rs compiletest: rename add-core-stubs to add-minicore 2025-11-02 16:20:06 +01:00
offset.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
offset_from.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
prefetch.rs make prefetch intrinsics safe 2025-08-20 00:35:42 +02:00
ptr_metadata.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
rotate_left.rs use fallback impl in LLVM backend 2025-11-06 08:02:10 +01:00
rustc_intrinsic_must_be_overridden.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
select_unpredictable.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
three_way_compare.rs Update the minimum external LLVM to 20 2025-09-16 11:49:20 -07:00
transmute-niched.rs Change int-to-ptr transmute lowering back to inttoptr 2025-10-10 20:14:23 -04:00
transmute-simd.rs llvm: Accept new LLVM lifetime format 2025-08-11 22:00:41 +00:00
transmute-x64.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
transmute.rs Change int-to-ptr transmute lowering back to inttoptr 2025-10-10 20:14:23 -04:00
typed_swap.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
unchecked_math.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
unlikely.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
volatile.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
volatile_order.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00