[InstCombine] Use canonical index type in more places
authorNikita Popov <npopov@redhat.com>
Wed, 17 May 2023 16:05:01 +0000 (18:05 +0200)
committerNikita Popov <npopov@redhat.com>
Wed, 17 May 2023 16:06:08 +0000 (18:06 +0200)
commit86a5a7504916d7c82379aabe5f2cd86ec4dee6cd
tree6b7095903c4af4f6aef33a5cf3ef12fadc564ef2
parente000b62a342cac907fd77cfdd070f0b055f0c3c4
[InstCombine] Use canonical index type in more places

Also fixes an issue with 80cd3e4e2059f8deda735c32bf7dfa5b9d75c4e0
pointed out by Roman Divacky: For one of the occurrences I only
changed the name of the type variable, without actually changing
the type...
llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp