Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/X86/X86InstrInfo.td | ||
---|---|---|
2704 ↗ | (On Diff #143717) | Please can you add scheduling classes |
Paths
| Differential D45983
[X86] movdiri and movdir64b instructions ClosedPublic Authored by GBuella on Apr 23 2018, 1:12 PM.
Details
Diff Detail
Event TimelineGBuella marked 2 inline comments as done.
GBuella marked an inline comment as done. This revision is now accepted and ready to land.Apr 30 2018, 9:41 AM Closed by commit rL331248: [X86] movdiri and movdir64b instructions (authored by GBuella). · Explain WhyMay 1 2018, 3:07 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 144685 llvm/trunk/include/llvm/IR/IntrinsicsX86.td
llvm/trunk/lib/Support/Host.cpp
llvm/trunk/lib/Target/X86/Disassembler/X86DisassemblerDecoder.cpp
llvm/trunk/lib/Target/X86/X86.td
llvm/trunk/lib/Target/X86/X86InstrInfo.td
llvm/trunk/lib/Target/X86/X86Subtarget.h
llvm/trunk/lib/Target/X86/X86Subtarget.cpp
llvm/trunk/test/CodeGen/X86/movdir-intrinsic-x86.ll
llvm/trunk/test/CodeGen/X86/movdir-intrinsic-x86_64.ll
llvm/trunk/test/MC/Disassembler/X86/x86-16.txt
llvm/trunk/test/MC/Disassembler/X86/x86-32.txt
llvm/trunk/test/MC/Disassembler/X86/x86-64.txt
llvm/trunk/test/MC/X86/x86-16.s
llvm/trunk/test/MC/X86/x86-32-coverage.s
llvm/trunk/test/MC/X86/x86-64.s
llvm/trunk/utils/TableGen/X86RecognizableInstr.cpp
|