This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fe51c81ff84 [SCEV] Be careful with nuw/nsw/exact in InsertBinop new 07e37aeeeea [X86][RD]: Adding full coverage of MC encoding for RD isa s [...]
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/MC/X86/RDPMC-32.s | 6 ++++++ test/MC/X86/RDPMC-64.s | 6 ++++++ test/MC/X86/RDRAND-32.s | 6 ++++++ test/MC/X86/RDRAND-64.s | 14 ++++++++++++++ test/MC/X86/RDSEED-32.s | 6 ++++++ test/MC/X86/RDSEED-64.s | 14 ++++++++++++++ test/MC/X86/RDTSCP-32.s | 6 ++++++ test/MC/X86/RDTSCP-64.s | 6 ++++++ test/MC/X86/RDWRFSGS-64.s | 34 ++++++++++++++++++++++++++++++++++ 9 files changed, 98 insertions(+) create mode 100644 test/MC/X86/RDPMC-32.s create mode 100644 test/MC/X86/RDPMC-64.s create mode 100644 test/MC/X86/RDRAND-32.s create mode 100644 test/MC/X86/RDRAND-64.s create mode 100644 test/MC/X86/RDSEED-32.s create mode 100644 test/MC/X86/RDSEED-64.s create mode 100644 test/MC/X86/RDTSCP-32.s create mode 100644 test/MC/X86/RDTSCP-64.s create mode 100644 test/MC/X86/RDWRFSGS-64.s