[Mlir-commits] [flang] [mlir] [MLIR][NFC] Retire `let constructor` for passes in Conversion directory (part1) (PR #127403)
lorenzo chelini
llvmlistbot at llvm.org
Tue Feb 18 23:06:34 PST 2025
================
@@ -1337,7 +1337,9 @@ void mlir::arith::populateArithToSPIRVPatterns(
namespace {
struct ConvertArithToSPIRVPass
- : public impl::ConvertArithToSPIRVBase<ConvertArithToSPIRVPass> {
+ : public impl::ConvertArithToSPIRVPassBase<ConvertArithToSPIRVPass> {
+ using ConvertArithToSPIRVPassBase::ConvertArithToSPIRVPassBase;
----------------
chelini wrote:
@kuhar yes, you are right. We can use the shorter form.
https://github.com/llvm/llvm-project/pull/127403
More information about the Mlir-commits
mailing list