This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e2da0553ce0 Fix a typo in a comment; NFC new 2d0d5db8e32 [X86] Introduce LLVM wbinvd intrinsic new 5ae5e878035 [X86] Remove remaining gpr schedule itineraries (PR37093)
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: include/llvm/IR/IntrinsicsX86.td | 8 +- lib/Target/X86/X86InstrArithmetic.td | 364 +++++++++++++++-------------------- lib/Target/X86/X86InstrCompiler.td | 119 +++++------- lib/Target/X86/X86InstrInfo.td | 34 ++-- lib/Target/X86/X86InstrSystem.td | 2 +- lib/Target/X86/X86Schedule.td | 62 +----- test/CodeGen/X86/wbinvd-intrinsic.ll | 19 ++ 7 files changed, 252 insertions(+), 356 deletions(-) create mode 100644 test/CodeGen/X86/wbinvd-intrinsic.ll