This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ac9b651ab61 AMDGPU: Custom lower illegal small select types new 6c2fd36052e [InstCombine] Add frem constant folding test (PR3316) new 3bebc1eb2e5 [APInt] Cast calls to add/sub/mul overflow methods to void [...] new ed95c621a6d ARMFrameLowering: Reserve emergency spill slot for large arguments
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: lib/Analysis/InstructionSimplify.cpp | 2 +- lib/Analysis/ValueTracking.cpp | 4 +- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 2 +- lib/Target/ARM/ARMFrameLowering.cpp | 43 ++++++++-- .../InstCombine/InstructionCombining.cpp | 4 +- test/CodeGen/ARM/fpoffset_overflow.mir | 94 ++++++++++++++++++++++ test/Transforms/InstCombine/constant-fold-math.ll | 9 +++ 7 files changed, 144 insertions(+), 14 deletions(-) create mode 100644 test/CodeGen/ARM/fpoffset_overflow.mir