This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ba3cf58 [AArch64] Fold spills of COPY of WZR/XZR new 996fdfd Revert "[GVN, OptDiag] Print the interesting instructions inv [...] new 5d693fa Revert "[GVN, OptDiag] Include the value that is forwarded in [...] new f618d6e Revert "[GVN] Basic optimization remark support" new 9ade85f [AArch64] add tests to show select transforms; NFC
The 4 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/Analysis/OptimizationDiagnosticInfo.h | 16 +-- include/llvm/IR/DiagnosticInfo.h | 13 -- include/llvm/Transforms/Scalar/GVN.h | 4 +- lib/IR/DiagnosticInfo.cpp | 30 +---- lib/Transforms/Scalar/GVN.cpp | 62 +--------- test/CodeGen/AArch64/selectcc-to-shiftand.ll | 133 +++++++++++++++++++++ test/Transforms/GVN/opt-remarks.ll | 108 ----------------- 7 files changed, 140 insertions(+), 226 deletions(-) create mode 100644 test/CodeGen/AArch64/selectcc-to-shiftand.ll delete mode 100644 test/Transforms/GVN/opt-remarks.ll