This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 07745b7d6a9 [X86] Make X86RegisterInfo(const Triple &TT) constructor explicit. new ed1ec3ab254 Add FNeg IR constant folding support new 3055634df9b [MCA] Notify event listeners when instructions transition t [...]
The 2 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 | 6 ++++ include/llvm/MCA/HWEventListener.h | 1 + include/llvm/MCA/HardwareUnits/Scheduler.h | 14 ++++++-- include/llvm/MCA/Stages/ExecuteStage.h | 1 + lib/Analysis/ConstantFolding.cpp | 11 +++++- lib/IR/ConstantFold.cpp | 46 +++++++++++++++++++++++++ lib/IR/ConstantFold.h | 1 + lib/IR/Constants.cpp | 10 +++--- lib/MCA/HardwareUnits/Scheduler.cpp | 11 ++++-- lib/MCA/Stages/ExecuteStage.cpp | 32 ++++++++++++++--- test/Analysis/ConstantFolding/fneg.ll | 42 +++++++++++++++++++++++ test/Transforms/InstCombine/fneg.ll | 53 ++--------------------------- test/Transforms/InstCombine/fsub.ll | 6 ++-- test/Transforms/InstCombine/inselt-binop.ll | 2 +- test/Transforms/Reassociate/crash2.ll | 2 +- unittests/IR/ConstantsTest.cpp | 2 +- 16 files changed, 168 insertions(+), 72 deletions(-) create mode 100644 test/Analysis/ConstantFolding/fneg.ll