This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d53bca96e3e [X86] Remove unnecessary fp<->int setOperationAction lines [...] new e707c0c5221 Move getVariableSize from Verifier.cpp into DIVariable::get [...] new c8ef2d5d1b5 SROA: Avoid creating a fragment expression that covers the [...]
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/IR/DebugInfoMetadata.h | 2 + lib/IR/DebugInfoMetadata.cpp | 23 +++++++ lib/IR/Verifier.cpp | 29 +------- lib/Transforms/Scalar/SROA.cpp | 13 ++-- test/DebugInfo/Generic/sroa-samesize.ll | 114 ++++++++++++++++++++++++++++++++ 5 files changed, 151 insertions(+), 30 deletions(-) create mode 100644 test/DebugInfo/Generic/sroa-samesize.ll