enum IsleTarget {
Lower,
Opt,
}
Expand description
Which ISLE target are we generating code for?
Variants§
Lower
Generating code for instruction selection and lowering.
Opt
Generating code for CLIF to CLIF optimizations.
Trait Implementations§
source§impl Clone for IsleTarget
impl Clone for IsleTarget
source§fn clone(&self) -> IsleTarget
fn clone(&self) -> IsleTarget
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more