[all-commits] [llvm/llvm-project] b7338f: [AssumeBundles] add cannonicalisation to the assum...
Ralender via All-commits
all-commits at lists.llvm.org
Fri Jun 19 01:33:52 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b7338fb1a6a464472850211165391983d2c8fdf3
https://github.com/llvm/llvm-project/commit/b7338fb1a6a464472850211165391983d2c8fdf3
Author: Tyker <tyker1 at outlook.com>
Date: 2020-06-19 (Fri, 19 Jun 2020)
Changed paths:
M llvm/include/llvm/IR/Operator.h
M llvm/include/llvm/IR/Value.h
M llvm/lib/IR/Operator.cpp
M llvm/lib/IR/Value.cpp
M llvm/lib/Transforms/Utils/AssumeBundleBuilder.cpp
M llvm/test/Analysis/BasicAA/featuretest.ll
M llvm/test/Transforms/Inline/arg-attr-propagation.ll
M llvm/test/Transforms/InstSimplify/load.ll
M llvm/test/Transforms/LICM/pr23608.ll
M llvm/test/Transforms/NewGVN/2007-07-26-PhiErasure.ll
M llvm/test/Transforms/Util/assume-builder.ll
M llvm/test/Transforms/Util/assume-simplify.ll
Log Message:
-----------
[AssumeBundles] add cannonicalisation to the assume builder
Summary:
this reduces significantly the number of assumes generated without aftecting too much
the information that is preserved. this improves the compile-time cost
of enable-knowledge-retention significantly.
Reviewers: jdoerfert, sstefan1
Reviewed By: jdoerfert
Subscribers: hiraditya, asbirlea, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D79650
More information about the All-commits
mailing list