[PATCH] D47690: [X86][BMI][TBM] Only demand bottom 16-bits of the BEXTR control op (PR34042)

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 3 12:12:33 PDT 2018


RKSimon created this revision.
RKSimon added reviewers: craig.topper, spatel, lebedev.ri.

Only the bottom 16-bits of BEXTR's control op are required (0:8 INDEX, 15:8 LENGTH).


Repository:
  rL LLVM

https://reviews.llvm.org/D47690

Files:
  lib/Target/X86/X86ISelDAGToDAG.cpp
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86InstrCompiler.td
  lib/Target/X86/X86InstrInfo.td
  lib/Target/X86/X86IntrinsicsInfo.h
  test/CodeGen/X86/bmi-x86_64.ll
  test/CodeGen/X86/bmi.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47690.149654.patch
Type: text/x-patch
Size: 11522 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180603/91068d0e/attachment.bin>


More information about the llvm-commits mailing list