Please edit this comment to put in requests for terms to be explained in the MLIR glossary at https://mlir.llvm.org/getting_started/Glossary/ (source: : https://github.com/llvm/mlir-www/blob/main/website/content/getting_started/Glossary.md ) - [ ] ValueSemantics - [ ] Materialize - [ ] Ways of writing passes: DialectConversionFramework, greedy patterns, and canonicalization - [x] CSE (common subexpression elimination) https://github.com/llvm/mlir-www/pull/185 - [x] DCE (dead code elimination) https://github.com/llvm/mlir-www/pull/185 - [ ] constEval - [ ] Signedness (would love to know where in the pipeline do we stop dealing with signedness)
Please edit this comment to put in requests for terms to be explained in the MLIR glossary at https://mlir.llvm.org/getting_started/Glossary/
(source: : https://github.com/llvm/mlir-www/blob/main/website/content/getting_started/Glossary.md )