[all-commits] [llvm/llvm-project] 9a7d80: Revert "[BasicAA] Use known lower bounds for index...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sat Jun 20 02:06:39 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9a7d80a32c8d9c1559f90b7eed93788570f09c41
https://github.com/llvm/llvm-project/commit/9a7d80a32c8d9c1559f90b7eed93788570f09c41
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-06-20 (Sat, 20 Jun 2020)
Changed paths:
M llvm/include/llvm/Analysis/BasicAliasAnalysis.h
M llvm/lib/Analysis/BasicAliasAnalysis.cpp
M llvm/test/Analysis/BasicAA/assume-index-positive.ll
M llvm/test/Analysis/BasicAA/bug.23626.ll
Log Message:
-----------
Revert "[BasicAA] Use known lower bounds for index values for size based check."
This potentially related to https://bugs.llvm.org/show_bug.cgi?id=46335
and causes a slight compile-time regression. Revert while investigating.
This reverts commit d99a1848c4f8ca164c0c0768e10eafc850b2a68a.
More information about the All-commits
mailing list