[Mlir-commits] [mlir] [mlir][spirv] Add definition for GL Length (PR #144041)
Jakub Kuderski
llvmlistbot at llvm.org
Mon Jun 16 08:44:41 PDT 2025
kuhar wrote:
So these are the buckets of spirv canon patterns:
1. generic to generic ==> canonicalize
2. generic to gl ==> gl canonicalize
3. generic to cl ==> cl canonicalize
4. gl to gl ==> either canonicalize or gl canonicalize
5. similar to for cl to cl
6. gl to generic ==> either canonicalize or gl canonicalize
7. similar to cl to generic
https://github.com/llvm/llvm-project/pull/144041
More information about the Mlir-commits
mailing list