We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb4eb9 commit d0e97feCopy full SHA for d0e97fe
mlir/lib/Conversion/ArithToSPIRV/ArithToSPIRV.cpp
@@ -992,7 +992,6 @@ class CmpFOpNanNonePattern final : public OpConversionPattern<arith::CmpFOp> {
992
return failure();
993
994
Location loc = op.getLoc();
995
- auto *converter = getTypeConverter<SPIRVTypeConverter>();
996
997
Value replace;
998
if (bitEnumContainsAll(op.getFastmath(), arith::FastMathFlags::nnan)) {
0 commit comments