This is an archive of the discontinued LLVM Phabricator instance.

[LVI] Support for ashr in LVI
ClosedPublic

Authored by jskumari on Dec 6 2017, 2:37 AM.

Details

Summary

Enhance LVI to analyze the ‘ashr’ binary operation. This leverages the infrastructure in ConstantRange for the ashr operation.

Diff Detail

Event Timeline

jskumari created this revision.Dec 6 2017, 2:37 AM
anna accepted this revision.Dec 14 2017, 1:54 PM

lgtm.

This revision is now accepted and ready to land.Dec 14 2017, 1:54 PM
jskumari updated this revision to Diff 127337.Dec 18 2017, 4:47 AM

Updating the patch to reflect correct path names.

This revision was automatically updated to reflect the committed changes.