[PATCH] D42088: [x86] shrink 'and' immediate values by setting the high bits (PR35907)

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 19 08:40:08 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL322957: [x86] shrink 'and' immediate values by setting the high bits (PR35907) (authored by spatel, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D42088?vs=130411&id=130628#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D42088

Files:
  llvm/trunk/lib/Target/X86/X86ISelDAGToDAG.cpp
  llvm/trunk/test/CodeGen/X86/and-encoding.ll
  llvm/trunk/test/CodeGen/X86/divide-by-constant.ll
  llvm/trunk/test/CodeGen/X86/known-bits.ll
  llvm/trunk/test/CodeGen/X86/popcnt.ll
  llvm/trunk/test/CodeGen/X86/pr33844.ll
  llvm/trunk/test/CodeGen/X86/shift-pair.ll
  llvm/trunk/test/CodeGen/X86/urem-i8-constant.ll
  llvm/trunk/test/CodeGen/X86/vector-sext.ll
  llvm/trunk/test/CodeGen/X86/win64_frame.ll
  llvm/trunk/test/CodeGen/X86/x86-64-baseptr.ll
  llvm/trunk/test/CodeGen/X86/zext-fold.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42088.130628.patch
Type: text/x-patch
Size: 32323 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180119/6730192a/attachment.bin>


More information about the llvm-commits mailing list