[all-commits] [llvm/llvm-project] 78b51c: [LSR] Make sure that Factor fits into Base type
Danila Malyutin via All-commits
all-commits at lists.llvm.org
Tue Sep 21 10:51:40 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 78b51c7a2cb6994c1baf4349d61266f36f0c45c5
https://github.com/llvm/llvm-project/commit/78b51c7a2cb6994c1baf4349d61266f36f0c45c5
Author: Danila Malyutin <dmalyutin at azul.com>
Date: 2021-09-21 (Tue, 21 Sep 2021)
Changed paths:
M llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
R llvm/test/Transforms/LoopStrengthReduce/pr42770.ll
A llvm/test/Transforms/LoopStrengthReduce/scaling-factor-incompat-type.ll
Log Message:
-----------
[LSR] Make sure that Factor fits into Base type
Fixes pr42770
Differential Revision: https://reviews.llvm.org/D108772
More information about the All-commits
mailing list