[Mlir-commits] [mlir] [mlir][ArmSME] Split the Op definition (nfc) (PR #67985)
Cullen Rhodes
llvmlistbot at llvm.org
Tue Oct 3 01:38:07 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();
----------------
c-rhodes wrote:
why has the namespace been removed?
https://github.com/llvm/llvm-project/pull/67985
More information about the Mlir-commits
mailing list