File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ Module CoreOpt := PolOpt CPolIRs.
1010
1111Definition opt : CPolIRs.Loop.t -> imp CPolIRs.Loop.t := CoreOpt.Opt.
1212
13+ Definition validate := CoreOpt.ValidatorCore.validate.
14+
1315Definition opt_poly (pol : CPolIRs.PolyLang.t) : imp CPolIRs.Loop.t :=
1416 CoreOpt.phase_opt_prepared_from_poly (CoreOpt.Strengthen.strengthen_pprog pol).
1517
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ Module Tiling := TilingRelation TPolIRs.Instr.
1212
1313Definition opt : TPolIRs.Loop.t -> imp TPolIRs.Loop.t := CoreOpt.Opt.
1414
15+ Definition validate := CoreOpt.ValidatorCore.validate.
16+
1517Definition opt_poly (pol : TPolIRs.PolyLang.t) : imp TPolIRs.Loop.t :=
1618 CoreOpt.phase_opt_prepared_from_poly (CoreOpt.Strengthen.strengthen_pprog pol).
1719
You can’t perform that action at this time.
0 commit comments