[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 9 19:00:55 PDT 2018


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

Fix a remaining place where we need to mark EFLAGS as used as we pass through
some of the flags.

Also teach clang-format to be happy w/ some of the macro code in the disassembler.


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.141782.patch
Type: text/x-patch
Size: 18218 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180410/11300985/attachment.bin>


More information about the llvm-commits mailing list