This is an archive of the discontinued LLVM Phabricator instance.

[Memcpy Loop Lowering] Remove the fixed int8 lowering.
ClosedPublic

Authored by sfertile on Dec 13 2017, 1:43 PM.

Details

Summary

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.

Diff Detail

Repository
rL LLVM

Event Timeline

sfertile created this revision.Dec 13 2017, 1:43 PM
This revision is now accepted and ready to land.Dec 14 2017, 10:55 AM
This revision was automatically updated to reflect the committed changes.