This is an archive of the discontinued LLVM Phabricator instance.

[LLVM][InstSimplify] add baseline tests for (X << Y) % X -> 0
ClosedPublic

Authored by AntonBikineev on Jan 20 2018, 6:42 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

AntonBikineev created this revision.Jan 20 2018, 6:42 PM
spatel accepted this revision.Jan 21 2018, 7:22 AM

LGTM.

This revision is now accepted and ready to land.Jan 21 2018, 7:22 AM
This revision was automatically updated to reflect the committed changes.