This was missed when tightening fold restrictions in https://reviews.llvm.org/D95991.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D113138
[mlir] Avoid folding in OpBuilder::tryFold when types change ClosedPublic Authored by rriddle on Nov 3 2021, 12:57 PM.
Details
Diff Detail
Event TimelineHerald added subscribers: wenzhicui, wrengr, Chia-hungDuan and 18 others. · View Herald TranscriptNov 3 2021, 12:57 PM This revision is now accepted and ready to land.Nov 3 2021, 1:03 PM Closed by commit rG7f312f6d7901: [mlir] Avoid folding in OpBuilder::tryFold when types change (authored by rriddle). · Explain WhyNov 3 2021, 1:35 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 384572 mlir/lib/IR/Builders.cpp
mlir/test/Transforms/test-legalizer.mlir
|