[Mlir-commits] [mlir] [mlir][arith] Add LUT-based lowering of arith.extf for FP8 to F32. (PR #196321)

Jakub Kuderski llvmlistbot at llvm.org
Thu May 7 07:30:33 PDT 2026


================

----------------
kuhar wrote:

You can put this in an anonymous namespace

Also, `public` is redundant for `struct`s.
```suggestion
namespace {
struct ExtFToLUTPattern final :  OpRewritePattern<arith::ExtFOp> {
```

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


More information about the Mlir-commits mailing list