This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Use 'long' in sha512 builtin tests. NFC
ClosedPublic

Authored by craig.topper on Jul 6 2023, 1:10 AM.

Details

Summary

This matches the data type of the intrinsics. This case be seen
from the removal of sext and trunc instructions from the IR.

Diff Detail

Event Timeline

craig.topper created this revision.Jul 6 2023, 1:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 6 2023, 1:10 AM
craig.topper requested review of this revision.Jul 6 2023, 1:10 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 6 2023, 1:10 AM
asb accepted this revision.Jul 6 2023, 5:08 AM

LGTM.

This revision is now accepted and ready to land.Jul 6 2023, 5:08 AM
This revision was landed with ongoing or failed builds.Jul 6 2023, 7:37 AM
This revision was automatically updated to reflect the committed changes.