This is an archive of the discontinued LLVM Phabricator instance.

Fix the ComplexDeinterleaving bug when handling mixed reductions.
ClosedPublic

Authored by igor.kirillov on Jun 27 2023, 5:38 AM.

Details

Summary

Add a missing check that ensures that ComplexDeinterleaving for reduction
is only analyzed for Real and Imaginary Instructions of the same type.

Diff Detail

Event Timeline

igor.kirillov created this revision.Jun 27 2023, 5:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 27 2023, 5:38 AM
igor.kirillov requested review of this revision.Jun 27 2023, 5:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 27 2023, 5:38 AM

Forgot to run tests update script

NickGuy accepted this revision.Jun 27 2023, 6:37 AM
This revision is now accepted and ready to land.Jun 27 2023, 6:37 AM