fhelium.compile.passes.backend._validate_representations
Validate fixed polynomial-representation ABIs before Backend selection.
ValidateExecutionRepresentationsPass
class View source
python
ValidateExecutionRepresentationsPass(name: str = 'validate-execution-representations')1
Require concrete legal representations at fixed executable ABIs.
Attributes
| Name | Type | Default/value |
|---|---|---|
name | str | 'validate-execution-representations' |
run
method
python
def run(compilation: 'Compilation') -> PassResult: ...1