This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][SVE] Remove unused function missed from D101302
ClosedPublic

Authored by bsmith on Apr 30 2021, 8:34 AM.

Details

Summary

The functionality in SVEIntrinsicOpts::isReinterpretToSVBool was moved in
D101302, however the original now unused function was not removed (NFC).

Diff Detail

Event Timeline

bsmith created this revision.Apr 30 2021, 8:34 AM
bsmith requested review of this revision.Apr 30 2021, 8:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 30 2021, 8:34 AM
paulwalker-arm accepted this revision.Apr 30 2021, 8:36 AM
This revision is now accepted and ready to land.Apr 30 2021, 8:36 AM
sdesmalen accepted this revision.Apr 30 2021, 8:38 AM
sdesmalen added a subscriber: sdesmalen.

LGTM

One less warning, thanks!

This revision was landed with ongoing or failed builds.Apr 30 2021, 8:57 AM
This revision was automatically updated to reflect the committed changes.