This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC][HTM] Fix impossible reg-to-reg copy assert with ttest builtin
ClosedPublic

Authored by jsji on Jul 10 2019, 7:47 AM.

Details

Summary

This is exposed by our internal testing.
The reduced testcase will assert with "Impossible reg-to-reg copy"

We can't use COPY to do 32-bit to 64-bit conversion.

Diff Detail

Repository
rL LLVM

Event Timeline

jsji created this revision.Jul 10 2019, 7:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 10 2019, 7:47 AM
This revision is now accepted and ready to land.Jul 16 2019, 12:57 PM
This revision was automatically updated to reflect the committed changes.