This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 10364ca45d9 [X86] Removed reference to update_test_checks.py new 3d0bf3fe281 [X86][RDRAND] Split off i64 intrinsic tests and test i16/i3 [...] new 8be8514cdd8 [X86][RDSEED] Split off i64 intrinsic tests and test i16/i3 [...]
The 2 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/X86/rdrand-x86_64.ll | 19 ++++++ test/CodeGen/X86/rdrand.ll | 119 ++++++++++++++++++++++++++------------ test/CodeGen/X86/rdseed-x86_64.ll | 19 ++++++ test/CodeGen/X86/rdseed.ll | 66 +++++++++++---------- 4 files changed, 158 insertions(+), 65 deletions(-) create mode 100644 test/CodeGen/X86/rdrand-x86_64.ll create mode 100644 test/CodeGen/X86/rdseed-x86_64.ll