This is an archive of the discontinued LLVM Phabricator instance.

[InstSimplify] Eliminate vector reverse of a splat vector
ClosedPublic

Authored by mnadeem on Aug 9 2021, 5:25 PM.

Details

Diff Detail

Event Timeline

mnadeem created this revision.Aug 9 2021, 5:25 PM
mnadeem requested review of this revision.Aug 9 2021, 5:25 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 9 2021, 5:25 PM
mnadeem added inline comments.Aug 10 2021, 11:29 AM
llvm/lib/Analysis/InstructionSimplify.cpp
5477

I'm planning to add ptrue(31) to this function in another patch.

This revision is now accepted and ready to land.Aug 11 2021, 12:52 AM
This revision was automatically updated to reflect the committed changes.