This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 96dd58bd6cd AMDGPU: Remove AMDGPUMCInstLower.h new 87a4c58e539 [x86] invpcid LLVM intrinsic
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: include/llvm/IR/IntrinsicsX86.td | 8 +++++++ lib/Support/Host.cpp | 1 + lib/Target/X86/X86.td | 3 +++ lib/Target/X86/X86InstrInfo.td | 1 + lib/Target/X86/X86InstrSystem.td | 20 +++++++++++++--- lib/Target/X86/X86Subtarget.cpp | 1 + lib/Target/X86/X86Subtarget.h | 4 ++++ test/CodeGen/X86/invpcid-intrinsic.ll | 43 +++++++++++++++++++++++++++++++++++ 8 files changed, 78 insertions(+), 3 deletions(-) create mode 100644 test/CodeGen/X86/invpcid-intrinsic.ll