[all-commits] [llvm/llvm-project] d3e21b: [SCEV] Fix wrong initialization of MaxNotTaken
Max Kazantsev via All-commits
all-commits at lists.llvm.org
Thu Nov 24 01:14:25 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d3e21ba550ba1351bc145c72a0b7342c622d108e
https://github.com/llvm/llvm-project/commit/d3e21ba550ba1351bc145c72a0b7342c622d108e
Author: Max Kazantsev <mkazantsev at azul.com>
Date: 2022-11-24 (Thu, 24 Nov 2022)
Changed paths:
M llvm/include/llvm/Analysis/ScalarEvolution.h
Log Message:
-----------
[SCEV] Fix wrong initialization of MaxNotTaken
I'm not sure why, but since this code was introduced back in 2019, this
variable used wrong value to initialize. Somehow it just worked, but
needs to be fixed.
Differential Revision: https://reviews.llvm.org/D138549
Reviewed By: fhahn
More information about the All-commits
mailing list