[package]
edition = "2021"
name = "vyre-lower"
version = "0.6.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Substrate-neutral lowering: vyre Program → KernelDescriptor consumed by vyre-emit-* crates."
homepage = "https://github.com/santhsecurity/vyre"
documentation = "https://docs.rs/vyre-lower"
readme = "README.md"
keywords = [
"vyre",
"lowering",
"gpu",
"compiler",
]
categories = [
"compilers",
"hardware-support",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/santhsecurity/vyre"
[lib]
name = "vyre_lower"
path = "src/lib.rs"
[[example]]
name = "optimize"
path = "examples/optimize.rs"
[[test]]
name = "analysis_fixture_corpuses"
path = "tests/analysis_fixture_corpuses.rs"
[[test]]
name = "dataflow_analysis_loop_rewrites"
path = "tests/dataflow_analysis_loop_rewrites.rs"
[[test]]
name = "dataflow_loop_rewrites"
path = "tests/dataflow_loop_rewrites.rs"
[[test]]
name = "dataflow_rewrite_api_contracts"
path = "tests/dataflow_rewrite_api_contracts.rs"
[[test]]
name = "dead_store_dataflow"
path = "tests/dead_store_dataflow.rs"
[[test]]
name = "dead_store_dataflow_analysis"
path = "tests/dead_store_dataflow_analysis.rs"
[[test]]
name = "egraph_pipeline_integration"
path = "tests/egraph_pipeline_integration.rs"
[[test]]
name = "kitchen_sink_snapshot"
path = "tests/kitchen_sink_snapshot.rs"
[[test]]
name = "no_duplicate_result_ids_after_rewrites"
path = "tests/no_duplicate_result_ids_after_rewrites.rs"
[[test]]
name = "optimization_corpus_contracts"
path = "tests/optimization_corpus_contracts.rs"
[[test]]
name = "rewrite_layer_contract"
path = "tests/rewrite_layer_contract.rs"
[[test]]
name = "rewrite_soundness_fuzz"
path = "tests/rewrite_soundness_fuzz.rs"
[dependencies.im]
version = "=15.1.0"
[dependencies.rustc-hash]
version = "=2.1.2"
[dependencies.serde]
version = "=1.0.228"
features = [
"derive",
"rc",
]
[dependencies.smallvec]
version = "^1.15.1"
features = ["serde"]
[dependencies.thiserror]
version = "=2.0.18"
[dependencies.vyre-foundation]
version = "0.6.5"
[dev-dependencies.serde_json]
version = "1"
[dev-dependencies.toml]
version = "=1.1.2"