rust/tests/codegen/intrinsics
Scott McMurray bf36193ef6 Add a distinct OperandValue::ZeroSized variant for ZSTs
These tend to have special handling in a bunch of places anyway, so the variant helps remember that.  And I think it's easier to grok than non-Scalar Aggregates sometimes being `Immediates` (like I got wrong and caused 109992).  As a minor bonus, it means we don't need to generate poison LLVM values for them to pass around in `OperandValue::Immediate`s.
2023-05-31 19:10:28 -07:00
..
const_eval_select.rs
exact_div.rs
likely.rs
mask.rs
nearby.rs
nontemporal.rs
offset_from.rs
offset.rs
prefetch.rs
transmute-niched.rs
transmute-x64.rs
transmute.rs
unchecked_math.rs
volatile_order.rs
volatile.rs