[PATCH] D52304: [X86][BMI1]: X86DAGToDAGISel: select BEXTR from x & ~(-1 << nbits) pattern

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 22 01:06:59 PDT 2018


lebedev.ri updated this revision to Diff 166599.
lebedev.ri marked 2 inline comments as done.
lebedev.ri added a comment.

Don't truncate NBits (it came from shift, therefore it's i8 already),
adjust comments.


Repository:
  rL LLVM

https://reviews.llvm.org/D52304

Files:
  lib/Target/X86/X86ISelDAGToDAG.cpp
  test/CodeGen/X86/extract-bits.ll
  test/CodeGen/X86/extract-lowbits.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52304.166599.patch
Type: text/x-patch
Size: 23725 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180922/4c1fdff8/attachment.bin>


More information about the llvm-commits mailing list