[Mlir-commits] [mlir] [MLIR][Vector] Add Lowering for vector.step (PR #113655)

Cullen Rhodes llvmlistbot at llvm.org
Fri Oct 25 00:38:33 PDT 2024


c-rhodes wrote:

>This is not ideal if we want
to do transformation on it and defer the
materizaliztion of the constants much later.

makes sense, the fact it's a simple step is lost after the canonicalization and I didn't consider the value in keeping that around when I added the operation

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


More information about the Mlir-commits mailing list