This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d2dd1e2 Move a transform from InstCombine to InstSimplify. new 46fef91 [ConstantFolding] Extend FoldReinterpretLoadFromConstPtr to h [...] new 47acfe6 [JumpThreading] Delete commented out debug code; NFC new bf8318c [IPRA] Set callee saved registers to none for local function [...] new f167a26 Add EnableIPRA to TargetOptions, and move the cl::opt -enable [...]
The 4 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/Target/TargetFrameLowering.h | 14 ++++++++++++++ include/llvm/Target/TargetOptions.h | 6 +++++- lib/Analysis/ConstantFolding.cpp | 30 ++++++++++++++++++++---------- lib/CodeGen/RegUsageInfoCollector.cpp | 25 +++++++++++++++++++------ lib/CodeGen/TargetFrameLoweringImpl.cpp | 13 ++++++++++--- lib/CodeGen/TargetPassConfig.cpp | 11 +++-------- lib/Target/TargetMachine.cpp | 9 ++++++++- lib/Transforms/Scalar/JumpThreading.cpp | 3 --- test/Transforms/InstSimplify/load.ll | 8 ++++++++ 9 files changed, 87 insertions(+), 32 deletions(-)