This is an archive of the discontinued LLVM Phabricator instance.

[X86] New test case for reassociation of ADD instructions.
ClosedPublic

Authored by Carrot on Oct 21 2022, 2:21 PM.

Diff Detail

Event Timeline

Carrot created this revision.Oct 21 2022, 2:21 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 21 2022, 2:21 PM
Herald added a subscriber: StephenFan. · View Herald Transcript
Carrot requested review of this revision.Oct 21 2022, 2:21 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 21 2022, 2:21 PM
pengfei accepted this revision.Oct 21 2022, 10:40 PM

LGTM.

This revision is now accepted and ready to land.Oct 21 2022, 10:40 PM
RKSimon accepted this revision.Oct 22 2022, 1:04 AM

LGTM - cheers

llvm/test/CodeGen/X86/reassociate-add.ll
11

something more descriptive than foo might be useful in case we ever add further tests to this file

Carrot updated this revision to Diff 470175.Oct 24 2022, 8:56 AM

Thanks for the review. Will commit this version.

This revision was landed with ongoing or failed builds.Oct 24 2022, 10:49 AM
This revision was automatically updated to reflect the committed changes.