LLZK 0.1.0
Veridise's ZK Language IR
Loading...
Searching...
No Matches
llzk::FullPolyLoweringOptions Struct Reference
Inheritance diagram for llzk::FullPolyLoweringOptions:
[legend]
Collaboration diagram for llzk::FullPolyLoweringOptions:
[legend]

Public Attributes

Option< unsigned > maxDegree
 

Detailed Description

Definition at line 25 of file TransformationPassPipelines.cpp.

Member Data Documentation

◆ maxDegree

Option<unsigned> llzk::FullPolyLoweringOptions::maxDegree
Initial value:
{
*this, "max-degree", llvm::cl::desc("Maximum polynomial degree (must be ≥ 2)"),
llvm::cl::init(2)
}

Definition at line 26 of file TransformationPassPipelines.cpp.


The documentation for this struct was generated from the following file: