The conversion has been incorrectly using the operands of the original
operation instead of the converted operands provided to the matchAndRewrite
call. This may lead to spurious materializations and generally invalid IR if
the producer of the original operands is deleted in the process of conversion.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo