================
----------------
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