This is an archive of the discontinued LLVM Phabricator instance.

[SLSR] handle (B | i) * S
ClosedPublic

Authored by jingyue on May 14 2015, 9:43 PM.

Details

Summary

Consider (B | i) * S as (B + i) * S if B and i have no bits set in
common.

Diff Detail

Repository
rL LLVM

Event Timeline

jingyue updated this revision to Diff 25843.May 14 2015, 9:43 PM
jingyue retitled this revision from to [SLSR] handle (B | i) * S.
jingyue updated this object.
jingyue edited the test plan for this revision. (Show Details)
jingyue added reviewers: broune, meheff.
jingyue added a subscriber: Unknown Object (MLST).
This revision was automatically updated to reflect the committed changes.