[PATCH] D52570: [X86] Don't generate BMI BEXTR from X86DAGToDAGISel::matchBEXTRFromAnd

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 28 14:20:58 PDT 2018


craig.topper updated this revision to Diff 167546.
craig.topper added a comment.

Add feature flag and put it on AMD CPUs.

I removed some of the unused check prefixes from bmi.ll so I didn't have to add even more variations of them.


https://reviews.llvm.org/D52570

Files:
  lib/Target/X86/X86.td
  lib/Target/X86/X86ISelDAGToDAG.cpp
  lib/Target/X86/X86Subtarget.h
  test/CodeGen/X86/bmi-x86_64.ll
  test/CodeGen/X86/bmi.ll
  test/CodeGen/X86/extract-bits.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52570.167546.patch
Type: text/x-patch
Size: 15122 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180928/2b920562/attachment.bin>


More information about the llvm-commits mailing list