This is an archive of the discontinued LLVM Phabricator instance.

Bug 43202 - ARM FastIsel is renaming the memcpy to memcpy.<random-number> in getLibcallReg().
Needs ReviewPublic

Authored by umesh.kalappa0 on Sep 9 2019, 4:02 AM.

Details

Reviewers
t.p.northover
Summary

When we use the FastIsel in the ARM ,the memcpy was renamed with like memcpy.<Number> by GlobalVariable()

But its not the semantics we required in the getLibcallReg().

Diff Detail

Repository
rL LLVM

Event Timeline

umesh.kalappa0 created this revision.Sep 9 2019, 4:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 9 2019, 4:02 AM