This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
discards 4604874612f [X86] Move ADX schedule tests out of schedule-x86_64.ll discards dcd0ec2e2a0 Remove redundant includes from lib/Target/X86. discards 694590764d3 Remove redundant includes from lib/Target/ARM. discards be062fa8147 Remove redundant includes from lib/Target/AArch64. new 3ac3c01f88b Remove redundant includes from lib/Target/*.cpp. new 32ffb1b875b Remove redundant includes from lib/Target/AArch64. new d2c131bf31f Remove redundant includes from lib/Target/ARM. new 2312c1a546c Remove redundant includes from lib/Target/X86. new d5956c26dc5 [X86] Move ADX schedule tests out of schedule-x86_64.ll new 2b46be6545d [WebAssembly] Add linking metatdata test coverage for wasm2yaml new 9a3e5b04013 [EarlyCSE] recognize commuted and swapped variants of min/m [...]
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (4604874612f) \ N -- N -- N refs/heads/master (9a3e5b04013)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 7 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/BinaryFormat/Wasm.h | 1 - lib/Transforms/Scalar/EarlyCSE.cpp | 27 ++++++++++++++ test/ObjectYAML/wasm/linking_section.yaml | 60 +++++++++++++++++++++++++++++++ test/Transforms/EarlyCSE/commute.ll | 49 +++++++++++++------------ tools/yaml2obj/yaml2wasm.cpp | 1 - 5 files changed, 114 insertions(+), 24 deletions(-) create mode 100644 test/ObjectYAML/wasm/linking_section.yaml