[PATCH] D53310: [X86] Match (cmp (and (shr X, C), mask), 0) to BEXTR+TEST.

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 16 15:31:35 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL344649: [X86] Match (cmp (and (shr X, C), mask), 0) to BEXTR+TEST. (authored by ctopper, committed by ).

Repository:
  rL LLVM

https://reviews.llvm.org/D53310

Files:
  llvm/trunk/lib/Target/X86/X86ISelDAGToDAG.cpp
  llvm/trunk/test/CodeGen/X86/tbm_patterns.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53310.169902.patch
Type: text/x-patch
Size: 5387 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181016/b55fb315/attachment.bin>


More information about the llvm-commits mailing list