[all-commits] [llvm/llvm-project] c0f277: [NFC][LoopVectorize] Simple tidy-up in InnerLoopVe...
david-arm via All-commits
all-commits at lists.llvm.org
Wed Nov 3 07:05:36 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c0f277497381ea91a1b9289679406d771f1405e2
https://github.com/llvm/llvm-project/commit/c0f277497381ea91a1b9289679406d771f1405e2
Author: David Sherwood <david.sherwood at arm.com>
Date: 2021-11-03 (Wed, 03 Nov 2021)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[NFC][LoopVectorize] Simple tidy-up in InnerLoopVectorizer::createVectorIntOrFpInductionPHI
Use getSignedIntOrFpConstant instead of creating int or FP constants
manually.
More information about the All-commits
mailing list