This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 662992daec0 [RISCV] MC layer support for the jump/branch instructions o [...] new aabfb341dec [X86][RDRAND] Add rdrand scheduling tests new 7d3718531c4 [X86][RDSEED] Add rdseed scheduling tests new 959e37e669b [WebAssemby] Support main functions with alternate signatures.
The 3 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: .../WebAssembly/WebAssemblyFixFunctionBitcasts.cpp | 46 ++++++- test/CodeGen/WebAssembly/main.ll | 18 +++ test/CodeGen/X86/rdrand-schedule.ll | 148 +++++++++++++++++++++ test/CodeGen/X86/rdseed-schedule.ll | 116 ++++++++++++++++ 4 files changed, 327 insertions(+), 1 deletion(-) create mode 100644 test/CodeGen/WebAssembly/main.ll create mode 100644 test/CodeGen/X86/rdrand-schedule.ll create mode 100644 test/CodeGen/X86/rdseed-schedule.ll