[PATCH] D38581: [IRCE] Fix intersection between signed and unsigned ranges
Max Kazantsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 19 23:33:56 PDT 2017
mkazantsev updated this revision to Diff 119633.
mkazantsev marked 2 inline comments as done.
mkazantsev added a comment.
Fixed misleading comments in test, added some checks.
https://reviews.llvm.org/D38581
Files:
lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp
test/Transforms/IRCE/clamp.ll
test/Transforms/IRCE/correct-loop-info.ll
test/Transforms/IRCE/empty_ranges.ll
test/Transforms/IRCE/eq_ne.ll
test/Transforms/IRCE/range_intersect_miscompile.ll
test/Transforms/IRCE/stride_more_than_1.ll
test/Transforms/IRCE/unsigned_comparisons_ugt.ll
test/Transforms/IRCE/unsigned_comparisons_ult.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38581.119633.patch
Type: text/x-patch
Size: 30766 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171020/02654a0b/attachment.bin>
More information about the llvm-commits
mailing list