[PATCH] D59576: [X86] Add CMPXCHG8B feature flag. Set it for all CPUs except i386/i486 including 'generic'. Disable use of CMPXCHG8B when this flag isn't set.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 20 14:24:23 PDT 2019


craig.topper updated this revision to Diff 191582.
craig.topper added a comment.
Herald added a subscriber: hiraditya.

Remove commented out code


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59576/new/

https://reviews.llvm.org/D59576

Files:
  llvm/lib/Support/Host.cpp
  llvm/lib/Target/X86/X86.td
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/lib/Target/X86/X86InstrCompiler.td
  llvm/lib/Target/X86/X86InstrInfo.td
  llvm/lib/Target/X86/X86Subtarget.h
  llvm/test/CodeGen/X86/atomic64.ll
  llvm/test/CodeGen/X86/cmpxchg8b.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59576.191582.patch
Type: text/x-patch
Size: 46334 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190320/25163811/attachment-0001.bin>


More information about the llvm-commits mailing list