This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c6c1814 [AVX512] Remove the intrinsic forms of VMOVSS/VMOVSD. We don' [...] new e43ff14 [ConstnatFolding] Teach the folder how to fold ConstantVector new 8065d77 [ConstantFolding] Use ConstantExpr::getWithOperands new 6b87ada [ConstantFolding] Remove an unused ConstantFoldInstOperands overload
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Analysis/ConstantFolding.h | 24 +--- include/llvm/Analysis/TargetFolder.h | 5 +- lib/Analysis/ConstantFolding.cpp | 135 ++++++++++----------- lib/Analysis/Lint.cpp | 6 +- lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 4 +- lib/Target/NVPTX/NVPTXAsmPrinter.cpp | 14 +-- lib/Transforms/IPO/GlobalOpt.cpp | 6 +- lib/Transforms/InstCombine/InstCombineCasts.cpp | 5 +- lib/Transforms/InstCombine/InstCombineShifts.cpp | 6 +- .../InstCombine/InstructionCombining.cpp | 14 +-- lib/Transforms/Scalar/GVN.cpp | 15 ++- lib/Transforms/Utils/Evaluator.cpp | 16 +-- test/Transforms/InstCombine/cast.ll | 2 +- test/Transforms/InstCombine/icmp-vec.ll | 4 +- test/Transforms/InstSimplify/pr28725.ll | 2 +- 15 files changed, 122 insertions(+), 136 deletions(-)