mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-04-20 08:24:44 +00:00
Start refactoring code to not use homemade strict-SSA translator
This commit is contained in:
parent
4e9a71ed38
commit
09be47a919
2 changed files with 559 additions and 1598 deletions
|
@ -112,6 +112,7 @@ pub struct Variable<ID> {
|
|||
pub count: Option<u32>,
|
||||
}
|
||||
|
||||
#[derive(Copy, Clone, PartialEq, Eq)]
|
||||
pub enum StateSpace {
|
||||
Reg,
|
||||
Sreg,
|
||||
|
|
2156
ptx/src/translate.rs
2156
ptx/src/translate.rs
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue