This is an archive of the discontinued LLVM Phabricator instance.

[InstCombine] Minor update to testcase for Z / (1.0 / Y) => (Y * Z)
ClosedPublic

Authored by raghesh on Jan 8 2020, 7:25 PM.

Details

Summary

Changing the flag 'fast' to 'reassoc arcp'. This is done to use the minimal required subset of flags.

Diff Detail

Event Timeline

raghesh created this revision.Jan 8 2020, 7:25 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 8 2020, 7:25 PM
spatel accepted this revision.Jan 9 2020, 5:19 AM

LGTM

This revision is now accepted and ready to land.Jan 9 2020, 5:19 AM
This revision was automatically updated to reflect the committed changes.