[Mlir-commits] [mlir] [mlir][ArmSME] Split the Op definition (nfc) (PR #67985)

Andrzej WarzyƄski llvmlistbot at llvm.org
Tue Oct 3 04:54:15 PDT 2023


================
@@ -187,10 +187,10 @@ struct LoadTileSliceToArmSMELowering
     auto allActiveMask = rewriter.create<vector::SplatOp>(loc, predTy, one);
 
     auto tileI32 = castTileIDToI32(tile, loc, rewriter);
-    arm_sme::TileSliceLayout layout = loadTileSliceOp.getLayout();
----------------
banach-space wrote:

It's not needed (see `using namespace mlir::arm_sme;` at the top), but this is an unrelated change and I will revert it.

https://github.com/llvm/llvm-project/pull/67985


More information about the Mlir-commits mailing list