mirror of
https://github.com/intel/llvm.git
synced 2026-02-06 23:31:50 +08:00
Remove `getDynOperands` and `createOrFoldDimOp` from MemRef.h to decouple MemRef a bit from Tensor. These two functions are used in other dialects/transforms. Differential Revision: https://reviews.llvm.org/D105260