This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Split __builtin_riscv_xperm4/8 into separate _32 and _64 builtins.
ClosedPublic

Authored by craig.topper on Jul 6 2023, 9:56 PM.

Details

Summary

Part of an effort to remove uses of 'long' to mean XLen from the builtin
interfaces.

Also makes the builtin names match https://github.com/riscv-non-isa/riscv-c-api-doc/pull/44.

Diff Detail

Event Timeline

craig.topper created this revision.Jul 6 2023, 9:56 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 6 2023, 9:56 PM
craig.topper requested review of this revision.Jul 6 2023, 9:56 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 6 2023, 9:56 PM
asb accepted this revision.Jul 9 2023, 6:16 AM

LGTM.

This revision is now accepted and ready to land.Jul 9 2023, 6:16 AM
This revision was landed with ongoing or failed builds.Jul 10 2023, 12:18 PM
This revision was automatically updated to reflect the committed changes.