Skip to content

Commit 103bd3c

Browse files
committed
[legacy remove] Rotation Depth Analysis remove
1 parent 00ee2d9 commit 103bd3c

6 files changed

Lines changed: 0 additions & 277 deletions

File tree

lib/Transforms/RotationDepthAnalysis/BUILD

Lines changed: 0 additions & 29 deletions
This file was deleted.

lib/Transforms/RotationDepthAnalysis/RotationDepthAnalysis.cpp

Lines changed: 0 additions & 209 deletions
This file was deleted.

lib/Transforms/RotationDepthAnalysis/RotationDepthAnalysis.h

Lines changed: 0 additions & 18 deletions
This file was deleted.

lib/Transforms/RotationDepthAnalysis/RotationDepthAnalysis.td

Lines changed: 0 additions & 18 deletions
This file was deleted.

tools/BUILD

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ cc_binary(
125125
"@heir//lib/Transforms/LowerPolynomialEval",
126126
"@heir//lib/Transforms/MemrefToArith:ExpandCopy",
127127
"@heir//lib/Transforms/MemrefToArith:MemrefToArithRegistration",
128-
# "@heir//lib/Transforms/RotationDepthAnalysis", # Uses old openfhe ops
129128
"@heir//lib/Transforms/AddRotationKeys",
130129
"@heir//lib/Transforms/LowerLinearTransform",
131130
"@heir//lib/Transforms/OperationBalancer",

tools/heir-opt.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@
8383
#include "lib/Transforms/PopulateScale/PopulateScale.h"
8484
#include "lib/Transforms/ProfileAnnotator/ProfileAnnotator.h"
8585
#include "lib/Transforms/PropagateAnnotation/PropagateAnnotation.h"
86-
#include "lib/Transforms/RotationDepthAnalysis/RotationDepthAnalysis.h"
8786
#include "lib/Transforms/SecretInsertMgmt/Passes.h"
8887
#include "lib/Transforms/Secretize/Passes.h"
8988
#include "lib/Transforms/SelectRewrite/SelectRewrite.h"
@@ -290,7 +289,6 @@ int main(int argc, char **argv) {
290289
registerLowerPolynomialEvalPasses();
291290
registerTensorToScalarsPasses();
292291
registerTensorLinalgToAffineLoops();
293-
// registerRotationDepthAnalysisPasses(); // Uses old openfhe ops
294292
registerLowerLinearTransformPasses();
295293
registerBootstrapRotationAnalysisPasses();
296294
registerProfileAnnotatorPasses();

0 commit comments

Comments
 (0)