This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 318bd275052 [UBSan][clang][compiler-rt] Applying non-zero offset to nul [...] new 65b47b2f6be [IfCvt][ARM] Optimise diamond if-conversion for code size
The 1 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/CodeGen/TargetInstrInfo.h | 13 + lib/CodeGen/IfConversion.cpp | 133 +++++++- lib/Target/ARM/ARMBaseInstrInfo.cpp | 32 ++ lib/Target/ARM/ARMBaseInstrInfo.h | 4 + test/CodeGen/ARM/ifcvt-size.mir | 559 +++++++++++++++++++++++++++++++++ 5 files changed, 724 insertions(+), 17 deletions(-) create mode 100644 test/CodeGen/ARM/ifcvt-size.mir