This is an archive of the discontinued LLVM Phabricator instance.

[RISCV][clang] Support RISC-V vectors in UninitializedValues.
ClosedPublic

Authored by craig.topper on Oct 21 2022, 4:29 PM.

Details

Summary

RISC-V vectors are basically vectors, but we use builtin types to
restrict the possible types. Treat them the same as vectors and scalars
for this analysis.

Diff Detail

Event Timeline

craig.topper created this revision.Oct 21 2022, 4:29 PM
Herald added a project: Restricted Project. · View Herald Transcript
craig.topper requested review of this revision.Oct 21 2022, 4:29 PM
craig.topper retitled this revision from [RISCV][clang] Suppor RISC-V vectors in UninitializedValues. to [RISCV][clang] Support RISC-V vectors in UninitializedValues..Oct 21 2022, 4:55 PM
reames accepted this revision.Oct 24 2022, 8:00 AM
reames added a subscriber: reames.

LGTM

This revision is now accepted and ready to land.Oct 24 2022, 8:00 AM
This revision was landed with ongoing or failed builds.Oct 24 2022, 12:39 PM
This revision was automatically updated to reflect the committed changes.