[all-commits] [llvm/llvm-project] 085702: [Indvars][NFC] Merge two functions together
max-azul via All-commits
all-commits at lists.llvm.org
Fri Oct 16 05:22:27 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0857029011a91c664ba36574ab1e00faea6db532
https://github.com/llvm/llvm-project/commit/0857029011a91c664ba36574ab1e00faea6db532
Author: Max Kazantsev <mkazantsev at azul.com>
Date: 2020-10-16 (Fri, 16 Oct 2020)
Changed paths:
M llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
Log Message:
-----------
[Indvars][NFC] Merge two functions together
Logic of widenWithVariantUse is split into check and transform
part, unlike any other transform in IndVars. We want to pass some
extra flags from analysis to transform part and standartize
the code at once, so merging them together.
More information about the All-commits
mailing list