llvm-project
e8ca5853
- [mlir][arith] Remove redundant lambdas (NFC) (#194376)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#194376 - [mlir][arith] Remove redundant lambdas (NFC)
Author
CoTinker
Parents
09cd2944
Loading