mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-08-02 06:09:15 +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>,
|
pub count: Option<u32>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[derive(Copy, Clone, PartialEq, Eq)]
|
||||||
pub enum StateSpace {
|
pub enum StateSpace {
|
||||||
Reg,
|
Reg,
|
||||||
Sreg,
|
Sreg,
|
||||||
|
|
2062
ptx/src/translate.rs
2062
ptx/src/translate.rs
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue