2 Commits

Author SHA1 Message Date
vporpo
2ddf21bc70
[SandboxIR] Pass registry (#108084)
This patch implements a simple Pass Registry class, which takes
ownership of the passes registered with it and provides an interface to
get the pass pointer by its name.
2024-09-10 14:42:09 -07:00
vporpo
f12e10b513
[SandboxVec] Implement Pass class (#107617)
This patch implements the Pass base class and the FunctionPass sub-class
that operate on Sandbox IR.
2024-09-09 15:41:30 -07:00