[all-commits] [llvm/llvm-project] 7b7b5b: [NFC] Rename shadowed variable in InnerLoopVectori...
david-arm via All-commits
all-commits at lists.llvm.org
Wed Jun 30 03:12:03 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7b7b5b5a2669ff40882c1a5e1d92a75e15b925c4
https://github.com/llvm/llvm-project/commit/7b7b5b5a2669ff40882c1a5e1d92a75e15b925c4
Author: David Sherwood <david.sherwood at arm.com>
Date: 2021-06-30 (Wed, 30 Jun 2021)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[NFC] Rename shadowed variable in InnerLoopVectorizer::createInductionVariable
Avoid creating a IRBuilder stack variable with the same name as the
class member.
More information about the All-commits
mailing list