[all-commits] [llvm/llvm-project] 86a5a7: [InstCombine] Use canonical index type in more places
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed May 17 09:06:25 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 86a5a7504916d7c82379aabe5f2cd86ec4dee6cd
https://github.com/llvm/llvm-project/commit/86a5a7504916d7c82379aabe5f2cd86ec4dee6cd
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-05-17 (Wed, 17 May 2023)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
Log Message:
-----------
[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...
More information about the All-commits
mailing list