[all-commits] [llvm/llvm-project] 86a20d: Recommit "[SCCP] Do not replace deref'able ptr wit...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Sep 29 01:12:06 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 86a20d9e34f5a9989da72097f23f3b0a44157e73
https://github.com/llvm/llvm-project/commit/86a20d9e34f5a9989da72097f23f3b0a44157e73
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-09-29 (Tue, 29 Sep 2020)
Changed paths:
M llvm/lib/Analysis/Loads.cpp
M llvm/lib/Transforms/Scalar/SCCP.cpp
M llvm/test/Transforms/SCCP/apint-bigint2.ll
M llvm/test/Transforms/SCCP/indirectbr.ll
M llvm/test/Transforms/SCCP/replace-dereferenceable-ptr-with-undereferenceable.ll
Log Message:
-----------
Recommit "[SCCP] Do not replace deref'able ptr with un-deref'able one."
This version includes an small fix allowing function pointers to be
unconditionally replaced for now.
This reverts commit 4c5e4aa89b11ec3253258b8df5125833773d1b1e.
More information about the All-commits
mailing list