This is an archive of the discontinued LLVM Phabricator instance.

[SLP] Do not make an attempt to match reduction on already erased instruction.
ClosedPublic

Authored by vdmitrie on Jul 9 2021, 4:26 PM.

Details

Reviewers
spatel
ABataev

Diff Detail

Event Timeline

vdmitrie created this revision.Jul 9 2021, 4:26 PM
vdmitrie requested review of this revision.Jul 9 2021, 4:26 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 9 2021, 4:26 PM
ABataev accepted this revision.Jul 9 2021, 4:57 PM

LG with a nit.

llvm/test/Transforms/SLPVectorizer/X86/revectorized_rdx_crash.ll
15

You can remove dso_local and local_unnamed_addr.

This revision is now accepted and ready to land.Jul 9 2021, 4:57 PM

LG with a nit.

Thank you, Alexey. I've done proposed change.

vdmitrie marked an inline comment as done.Jul 9 2021, 5:13 PM