This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ef541629986 Allow target to handle STRICT floating-point nodes new 2b65b0f314f [MSAN] Add unary FNeg visitor to the MemorySanitizer new 3abdc6d0731 AMDGPU: Don't fix emergency stack slot at offset 0
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: lib/Target/AMDGPU/SIFrameLowering.cpp | 27 ++-- lib/Target/AMDGPU/SIISelLowering.cpp | 10 -- lib/Transforms/Instrumentation/MemorySanitizer.cpp | 2 + test/CodeGen/AMDGPU/byval-frame-setup.ll | 132 ++++++++-------- test/CodeGen/AMDGPU/call-argument-types.ll | 96 ++++++------ test/CodeGen/AMDGPU/callee-frame-setup.ll | 16 +- test/CodeGen/AMDGPU/callee-special-input-sgprs.ll | 6 +- test/CodeGen/AMDGPU/callee-special-input-vgprs.ll | 94 +++++------ .../AMDGPU/cross-block-use-is-not-abi-copy.ll | 16 +- test/CodeGen/AMDGPU/frame-index-elimination.ll | 74 ++++++--- test/CodeGen/AMDGPU/function-args.ll | 174 ++++++++++----------- test/CodeGen/AMDGPU/load-hi16.ll | 22 +-- test/CodeGen/AMDGPU/load-lo16.ll | 20 +-- test/CodeGen/AMDGPU/multi-dword-vgpr-spill.ll | 109 ++++++------- test/CodeGen/AMDGPU/nested-calls.ll | 4 +- test/CodeGen/AMDGPU/sibling-call.ll | 55 ++++--- .../CodeGen/AMDGPU/spill-csr-frame-ptr-reg-copy.ll | 6 +- test/CodeGen/AMDGPU/spill-offset-calculation.ll | 58 ++++++- test/CodeGen/AMDGPU/stack-realign.ll | 13 +- test/CodeGen/AMDGPU/store-hi16.ll | 6 +- test/Instrumentation/MemorySanitizer/msan_basic.ll | 16 ++ 21 files changed, 514 insertions(+), 442 deletions(-)