[IVDescriptors] Pass IsSigned when creating an all 1s constant for UMin recurrence.
authorCraig Topper <craig.topper@sifive.com>
Wed, 8 Mar 2023 17:51:27 +0000 (09:51 -0800)
committerCraig Topper <craig.topper@sifive.com>
Wed, 8 Mar 2023 17:52:42 +0000 (09:52 -0800)
commit80910d6ceb5f45b5d522da8bddd0b88e3280aa07
treeee692ee82fee69475816b97dfb71b147fd363446
parent73516b355c623baa7cd9c5be8ce672b3621e0652
[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.
llvm/lib/Analysis/IVDescriptors.cpp