This is an archive of the discontinued LLVM Phabricator instance.

A test case for the revision D151616
AbandonedPublic

Authored by pawosm01 on May 27 2023, 11:57 AM.

Details

Reviewers
qcolombet
Summary

This commit introduces a test for the change addressing the following
issue: https://github.com/llvm/llvm-project/issues/62736

The change commit itself should also remove the FIXME comment.

Diff Detail

Event Timeline

pawosm01 created this revision.May 27 2023, 11:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 27 2023, 11:57 AM
pawosm01 requested review of this revision.May 27 2023, 11:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 27 2023, 11:57 AM
qcolombet accepted this revision.May 31 2023, 4:41 AM
qcolombet added inline comments.
llvm/test/Transforms/Reassociate/reassociate-not-from-the-outside-of-the-loop.ll
1

Maybe use update_test_checks.py here as well so that the diff will be obvious in your next PR.

30

Please run instnamer to get rid of the implicit variables.

This revision is now accepted and ready to land.May 31 2023, 4:41 AM
pawosm01 abandoned this revision.EditedJun 7 2023, 9:18 AM

Overriden by D152282