Skip to content

Commit 90a2043

Browse files
committed
remove old comment in test examples
1 parent 92d44b1 commit 90a2043

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

gibbon-compiler/src/Gibbon/Passes/OptimizeADTLayout.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ optimizeADTLayout prg@Prog{ddefs, fundefs, mainExp} =
125125

126126
producerConsumerLayoutOptimization :: Prog1 -> PassM Prog1
127127
producerConsumerLayoutOptimization prg@Prog{ddefs, fundefs, mainExp} = do
128+
-- TODO: make a custom function name printer that guarantees that functions starting with _ are auto-generated.
128129
let funsToOptimize = P.concatMap (\FunDef{funName} -> ([funName | not $ isInfixOf "_" (fromVar funName)])
129130
) $ M.elems fundefs
130131
let pairDataConFuns = P.concatMap (\name -> case M.lookup name fundefs

gibbon-compiler/tests/test-gibbon-examples.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -895,8 +895,6 @@ tests:
895895
failing: []
896896
run-modes: ["gibbon2", "gibbon3", "pointer"]
897897

898-
#Runs the layout pipeline, prints optimized type and compares.
899-
#Failing because do not have cplex solver, need academic license.
900898
- name: layout1ContentSearchRunPipeline.hs
901899
test-flags: ["--no-gc", "--opt-layout"]
902900
dir: examples/layout_bench

0 commit comments

Comments
 (0)