[mlir] Ensure newline at the end of files (NFC) (#143155)

This commit is contained in:
Kazu Hirata 2025-06-06 09:16:52 -07:00 committed by GitHub
parent dd201e50ba
commit 1eb843b1a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View File

@ -13,4 +13,4 @@ using namespace mlir;
void mlir::tensor::registerAllExtensions(DialectRegistry &registry) {
registerShardingInterfaceExternalModels(registry);
}
}

View File

@ -344,4 +344,4 @@ public:
validateSameOperandsAndResultRankTrait(func.getBody());
}
};
} // namespace
} // namespace

View File

@ -88,4 +88,4 @@ void OptReductionPass::runOnOperation() {
moduleVariant->destroy();
LLVM_DEBUG(llvm::dbgs() << "Pass Complete\n\n");
}
}

View File

@ -121,4 +121,4 @@ void registerTestXeGPULowerings() {
PassRegistration<TestXeGPUUnrollingPatterns>();
}
} // namespace test
} // namespace mlir
} // namespace mlir

View File

@ -137,4 +137,4 @@ TEST(QuasiPolynomialTest, simplify) {
{{{Fraction(1, 1), Fraction(3, 4), Fraction(5, 3)},
{Fraction(2, 1), Fraction(0, 1), Fraction(0, 1)}},
{{Fraction(1, 1), Fraction(4, 5), Fraction(6, 5)}}}));
}
}

View File

@ -239,4 +239,4 @@ TEST_F(MLIRTargetLLVM,
ASSERT_TRUE(serializedBinary != std::nullopt);
ASSERT_TRUE(!serializedBinary->empty());
ASSERT_TRUE(!optimizedLLVMIR.empty());
}
}