This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Remove redundant test in Transforms/LoopVectorize/lifetime.ll
ClosedPublic

Authored by david-arm on Jul 30 2021, 3:51 AM.

Details

Summary

The two tests (@testloopvariant and @testbitcast) are actually
identical as in both loops the bitcast gets widened, forcing the
lifetime marker to be replicated using each lane of the input
vector.

Diff Detail

Event Timeline

david-arm requested review of this revision.Jul 30 2021, 3:51 AM
david-arm created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJul 30 2021, 3:51 AM
sdesmalen accepted this revision.Aug 5 2021, 6:21 AM

LGTM

It seems %0 = getelementptr .... is unused and the function is otherwise identical.

This revision is now accepted and ready to land.Aug 5 2021, 6:21 AM