[Mlir-commits] [mlir] [mlir][spirv] Remove invalid canon pattern for GL.Length (PR #164301)

Benoit Jacob llvmlistbot at llvm.org
Mon Oct 20 12:41:04 PDT 2025


bjacob wrote:

Just realized that this was a _canonicalization_ pattern.

That part was clearly wrong. Fast approximations are great, but they can't be canonicalizations unless they're proven to be exact.

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


More information about the Mlir-commits mailing list