Files
clang-p2996/llvm/lib/Analysis/IVDescriptors.cpp
Craig Topper 80910d6ceb [IVDescriptors] Pass IsSigned when creating an all 1s constant for UMin recurrence.
This only matters for types larger than i64, and is consistent with
the code for RecurKind::And which also creates all 1s.

We don't have any tests for UMin or And with types larger than i64.
2023-03-08 09:52:42 -08:00

62 KiB