[Mlir-commits] [mlir] [mlir][emitc] Add op modelling C expressions (PR #71631)
Gil Rapaport
llvmlistbot at llvm.org
Wed Dec 13 02:14:48 PST 2023
aniragil wrote:
> Despite your comment, it seems that the transforms part is still part of the patch?
Sorry, should have been more clear: The transform-dialect related parts were taken out. The transformations themselves are still there as patterns available as a pass. The patch follows the naming convention of placing concrete transformation code under <Dialect>/Transforms and the transform ops under <Dialect>/TransformOps.
https://github.com/llvm/llvm-project/pull/71631
More information about the Mlir-commits
mailing list