[Mlir-commits] [mlir] [MLIR][NFC] Add allow Insert/extract slice option to pack/unpack op (PR #117340)

Zhuoran Yin llvmlistbot at llvm.org
Mon Nov 25 07:34:49 PST 2024


jerryyin wrote:

I see discussions converging here. My next commit is going to be:
 - Get rid of the unit test
 - Rename `allowInsertSliceLowering` to `lowerPadLikeWithInsertSlice`
 - Rename `allowExtractSliceLowering` to `lowerPadLikeWithExtractSlice`

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


More information about the Mlir-commits mailing list