[PATCH] D45154: [x86] Model the direction flag (DF) separately from the rest of EFLAGS.

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 2 23:35:42 PDT 2018


chandlerc updated this revision to Diff 140741.
chandlerc added a comment.

Update fixing the remaining issues and rebasing on top of the EFLAGS patch.

With this, all my test failures are gone and I think this patch is actually ready-to-go.


Repository:
  rL LLVM

https://reviews.llvm.org/D45154

Files:
  llvm/lib/Target/X86/Disassembler/X86Disassembler.cpp
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/lib/Target/X86/X86InstrCompiler.td
  llvm/lib/Target/X86/X86InstrInfo.cpp
  llvm/lib/Target/X86/X86InstrInfo.td
  llvm/lib/Target/X86/X86InstrSystem.td
  llvm/lib/Target/X86/X86RegisterInfo.td
  llvm/test/CodeGen/X86/ipra-reg-usage.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45154.140741.patch
Type: text/x-patch
Size: 18050 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180403/fcaa90cd/attachment.bin>


More information about the llvm-commits mailing list