[PATCH] D48237: [SCEV] Use LLVM_MARK_AS_BITMASK_ENUM in SCEV.
Justin Lebar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 15 13:39:21 PDT 2018
jlebar created this revision.
jlebar added a reviewer: sanjoy.
Herald added a subscriber: hiraditya.
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.
https://reviews.llvm.org/D48237
Files:
llvm/include/llvm/Analysis/ScalarEvolution.h
llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h
llvm/lib/Analysis/ScalarEvolution.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48237.151554.patch
Type: text/x-patch
Size: 14834 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180615/52189d4f/attachment.bin>
More information about the llvm-commits
mailing list