parallel_insert_slice doesn't return a value therefore we shouldn't try
to fold the result. The insert folding don't apply to this op.
The current folding would cause pattern rewrite to not be able to
converge.
Also remove extra dead code.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo