The lowering has been incorrectly using the operands of the original op instead
of rewritten operands provided to matchAndRewrite call. This may lead to
spurious materializations and generally invalid IR.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo