This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8d5df95 [Inliner] Fold the analysis remark into the missed remark new dcf371d [TargetRegisterInfo, AArch64] Add target hook for isConstantP [...] new 0552c8c Shorten DiagnosticInfoOptimizationRemark* to OptimizationRema [...]
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/DiagnosticInfo.h | 68 ++++++++++++---------------- include/llvm/Target/TargetRegisterInfo.h | 4 ++ lib/Analysis/OptimizationDiagnosticInfo.cpp | 19 ++++---- lib/CodeGen/MachineRegisterInfo.cpp | 6 ++- lib/IR/DiagnosticInfo.cpp | 26 +++++------ lib/Target/AArch64/AArch64RegisterInfo.cpp | 4 ++ lib/Target/AArch64/AArch64RegisterInfo.h | 1 + lib/Transforms/IPO/Inliner.cpp | 3 +- lib/Transforms/IPO/WholeProgramDevirt.cpp | 2 +- lib/Transforms/Scalar/LoopDistribute.cpp | 5 +- lib/Transforms/Vectorize/LoopVectorize.cpp | 2 +- test/CodeGen/MIR/AArch64/machine-sink-zr.mir | 48 ++++++++++++++++++++ 12 files changed, 117 insertions(+), 71 deletions(-) create mode 100644 test/CodeGen/MIR/AArch64/machine-sink-zr.mir