This is an archive of the discontinued LLVM Phabricator instance.

[SVE] Remove getNumElements() calls in Verifier::visitIntrinsicCall
ClosedPublic

Authored by david-arm on Jun 8 2020, 3:23 AM.

Details

Summary

Replace getNumElements() with getElementCount() when asserting that
two types have the same element counts.

Diff Detail

Event Timeline

david-arm created this revision.Jun 8 2020, 3:23 AM
Herald added a project: Restricted Project. · View Herald Transcript
c-rhodes accepted this revision.Jun 8 2020, 4:02 AM
This revision is now accepted and ready to land.Jun 8 2020, 4:02 AM
This revision was automatically updated to reflect the committed changes.