[PATCH] D37592: [X86] Move matching of (and (srl/sra, C), (1<<C) - 1) to BEXTR/BEXTRI instruction to custom isel

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 12 10:41:54 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL313054: [X86] Move matching of (and (srl/sra, C), (1<<C) - 1) to BEXTR/BEXTRI… (authored by ctopper).

Changed prior to commit:
  https://reviews.llvm.org/D37592?vs=114248&id=114864#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D37592

Files:
  llvm/trunk/lib/Target/X86/X86ISelDAGToDAG.cpp
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/lib/Target/X86/X86ISelLowering.h
  llvm/trunk/lib/Target/X86/X86InstrInfo.td
  llvm/trunk/test/CodeGen/X86/bmi.ll
  llvm/trunk/test/CodeGen/X86/tbm_patterns.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37592.114864.patch
Type: text/x-patch
Size: 11503 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170912/16872028/attachment.bin>


More information about the llvm-commits mailing list