- Fold SelectOp when both true and false args are same SSA value
- Fold some cmp + select patterns
Details
Details
- Reviewers
mehdi_amini - Commits
- rG7219b31d40f1: [mlir] Additional folding for SelectOp
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/StandardOps/IR/Ops.cpp | ||
---|---|---|
2470 | Can you document the pattern? It wasn't immediately obvious to me. |
Comment Actions
@mehdi_amini I don't have commit access, if you ok with this patch can you please merge it
Can you document the pattern? It wasn't immediately obvious to me.