[PATCH] D75748: [X86] Replace (most) X86ISD::SHLD/SHRD usage with ISD::FSHL/FSHR generic opcodes (PR39467)

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 11 04:33:49 PDT 2020


This revision was automatically updated to reflect the committed changes.
RKSimon marked an inline comment as not done.
Closed by commit rGb3b4727a3e7e: [X86] Replace (most) X86ISD::SHLD/SHRD usage with ISD::FSHL/FSHR generic… (authored by RKSimon).

Changed prior to commit:
  https://reviews.llvm.org/D75748?vs=249099&id=249584#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75748/new/

https://reviews.llvm.org/D75748

Files:
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/lib/Target/X86/X86ISelLowering.h
  llvm/lib/Target/X86/X86InstrCompiler.td
  llvm/lib/Target/X86/X86InstrInfo.td
  llvm/lib/Target/X86/X86InstrShiftRotate.td
  llvm/test/CodeGen/X86/clear-highbits.ll
  llvm/test/CodeGen/X86/clear-lowbits.ll
  llvm/test/CodeGen/X86/extract-bits.ll
  llvm/test/CodeGen/X86/extract-lowbits.ll
  llvm/test/CodeGen/X86/fshl.ll
  llvm/test/CodeGen/X86/fshr.ll
  llvm/test/CodeGen/X86/shift-combine.ll
  llvm/test/CodeGen/X86/shift-parts.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75748.249584.patch
Type: text/x-patch
Size: 128862 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200311/9a46ebc5/attachment.bin>


More information about the llvm-commits mailing list