This is an archive of the discontinued LLVM Phabricator instance.

[LoopVectorize] Pre-commit tests for D157631
ClosedPublic

Authored by igor.kirillov on Aug 10 2023, 9:08 AM.

Diff Detail

Event Timeline

igor.kirillov created this revision.Aug 10 2023, 9:08 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 10 2023, 9:08 AM
igor.kirillov requested review of this revision.Aug 10 2023, 9:08 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 10 2023, 9:08 AM
fhahn accepted this revision.Aug 11 2023, 7:05 AM
fhahn added a subscriber: fhahn.

LGTM, thanks!

This revision is now accepted and ready to land.Aug 11 2023, 7:05 AM
fhahn added inline comments.Aug 11 2023, 7:11 AM
llvm/test/Transforms/LoopVectorize/reduction-with-invariant-store.ll
562

It would be good to include a reference to https://github.com/llvm/llvm-project/issues/64047 here

igor.kirillov marked an inline comment as done.

Added reference to the github issue

igor.kirillov retitled this revision from [LoopVectorize] Pre-commit tests for the fix of incorrect order of invariant stores. to [LoopVectorize] Pre-commit tests for D157631.

Add tests with different store pointers

This revision was automatically updated to reflect the committed changes.