mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
fix(compiler): Remove unused variable in lib/Dialect/FHE/Analysis/MANP.cpp
This commit is contained in:
committed by
Quentin Bourgerie
parent
94f160eef1
commit
258480dab6
@@ -231,9 +231,6 @@ static llvm::APInt denseCstTensorNorm2Sq(mlir::arith::ConstantOp cstOp,
|
||||
assert(tensorType.getElementType().isSignlessInteger() &&
|
||||
"Can only handle tensors with signless integer elements");
|
||||
|
||||
mlir::IntegerType elementType =
|
||||
tensorType.getElementType().cast<mlir::IntegerType>();
|
||||
|
||||
llvm::APInt accu{1, 0, false};
|
||||
|
||||
for (llvm::APInt val : denseVals.getValues<llvm::APInt>()) {
|
||||
|
||||
Reference in New Issue
Block a user