[Mlir-commits] [mlir] [MLIR][LLVM][NVVM] ADD LLVM_NToOneIntrOpBase for N:1 intrinsic import (PR #207111)
Guray Ozen
llvmlistbot at llvm.org
Thu Jul 2 01:14:24 PDT 2026
================
----------------
grypp wrote:
We're currently using `static constexpr` tables in the code. They're 100% ugly but easy to read, and it's clear what's happening. We definitely want to change this, but we need a generic solution.
Your idea here is interesting — we have other OPs where we do intrinsic selection on larger lists. What would this look like there?
I'm reluctant to have a different way of doing intrinsic selection.
https://github.com/llvm/llvm-project/pull/207111
More information about the Mlir-commits
mailing list