This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c2f9472abca Fix register coalescer failure to prune value new 6ab719296d3 [NFC][X86][AArch64] Add tests for sinking of add/sub by con [...]
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: test/CodeGen/AArch64/sink-addsub-of-const.ll | 177 ++++++++++++++++++ test/CodeGen/X86/sink-addsub-of-const.ll | 258 +++++++++++++++++++++++++++ 2 files changed, 435 insertions(+) create mode 100644 test/CodeGen/AArch64/sink-addsub-of-const.ll create mode 100644 test/CodeGen/X86/sink-addsub-of-const.ll