In D32536 I added a lowering for memcpy that allowed the targets to provide the loop operand types, but left the original lowering as the default with an option to toggle between the 2 behaviors. This patch removes the old lowering and option. The expansion should be the same for any target that doesn't override the target hooks to provide a different type.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM