This is an archive of the discontinued LLVM Phabricator instance.

[InstCombine] add failing tests of missed optimizations of fshl/fshr
ClosedPublic

Authored by shawnl on Apr 15 2019, 5:11 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

shawnl created this revision.Apr 15 2019, 5:11 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 15 2019, 5:11 AM
nikic added a subscriber: nikic.Apr 15 2019, 6:07 AM
nikic added inline comments.
test/Transforms/InstCombine/fsh.ll
591 ↗(On Diff #195138)

nit: args_different probably here?

625 ↗(On Diff #195138)

nit: different

nikic accepted this revision.Apr 16 2019, 11:57 AM

LG modulo nits.

This revision is now accepted and ready to land.Apr 16 2019, 11:57 AM
This revision was automatically updated to reflect the committed changes.