llvm-project
e8ca5853 - [mlir][arith] Remove redundant lambdas (NFC) (#194376)

Commit
9 days ago
[mlir][arith] Remove redundant lambdas (NFC) (#194376) Replace trivial lambda wrappers with direct function references. The lambdas simply forwarded their arguments to existing functions, so passing the function directly is clearer and more concise.
Author
Parents
Loading