mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-07-18 09:46:21 +03:00
Start refactoring code to not use homemade strict-SSA translator
This commit is contained in:
@ -112,6 +112,7 @@ pub struct Variable<ID> {
|
||||
pub count: Option<u32>,
|
||||
}
|
||||
|
||||
#[derive(Copy, Clone, PartialEq, Eq)]
|
||||
pub enum StateSpace {
|
||||
Reg,
|
||||
Sreg,
|
||||
|
2060
ptx/src/translate.rs
2060
ptx/src/translate.rs
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user