This is an archive of the discontinued LLVM Phabricator instance.

[SCEV] Use LLVM_MARK_AS_BITMASK_ENUM in SCEV.
ClosedPublic

Authored by jlebar on Jun 15 2018, 1:39 PM.

Details

Summary

Obviates the need for mask/clear/setFlags helpers.

There are some expressions here which can be simplified, but to keep
this easy to review, I have not simplified them in this patch.

No functional change.

Diff Detail

Repository
rL LLVM