Skip to content

Commit

Permalink
sync with master
Browse files Browse the repository at this point in the history
Addresses #628.
  • Loading branch information
PeiMu committed Feb 15, 2023
1 parent a777779 commit 46e6241
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

changeset: 1366:37e3e14aa587a76701b68edea866e0b288a8f2f5
char kNewtonVersion[] = "0.3-alpha-1366 (37e3e14aa587a76701b68edea866e0b288a8f2f5) (build 02-15-2023-15:[email protected]_64)";
\n./src/noisy/noisy-linux-EN -O0 applications/noisy/helloWorld.n -s
\n./src/newton/newton-linux-EN -v 0 -eP applications/newton/invariants/ViolinWithTemperatureDependence-pigroups.nt
2 changes: 0 additions & 2 deletions src/newton/newton-irPass-LLVMIR-optimizeByRange.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,6 @@ irPassLLVMIROptimizeByRange(State * N)
flexprint(N->Fe, N->Fm, N->Fpinfo, "infer bound\n");
callerMap.clear();
funcBoundInfo.clear();
>>>>>>> master
for (auto & mi : *Mod)
{
auto boundInfo = new BoundInfo();
Expand All @@ -419,7 +418,6 @@ irPassLLVMIROptimizeByRange(State * N)
collectCalleeBoundInfo(funcBoundInfo, boundInfo);
collectCallerMap(callerMap, boundInfo);
}
#endif

/*
*
Expand Down

0 comments on commit 46e6241

Please sign in to comment.