vyre-foundation 0.4.1

Foundation layer: IR, type system, memory model, wire format. Zero application semantics. Part of the vyre GPU compiler.
Documentation
1
2
3
4
5
6
7
//! CSE adversarial test suites — split per concern in the original tree.

mod cse_does_not_alias_literal_through_mutable_variable;
mod cse_intern_dedups_structurally;
mod cse_rewrites_call_args_without_extra_prefix_growth;
mod cse_scoped_side_effect_invalidates_without_leaking;
mod cse_still_eliminates_non_literal_common_subexpressions;