[PATCH] D157591: [AArch64][GlobalISel] Optimize Combine Funnel Shift

Tuan Chuong Goh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 10 02:03:00 PDT 2023


chuongg3 created this revision.
chuongg3 added reviewers: dmgreen, arsenm, SjoerdMeijer, paquette, aemerson.
Herald added subscribers: kerbowa, hiraditya, kristof.beyls, jvesely.
Herald added a project: All.
chuongg3 requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

Optimize combine for funnel shift


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D157591

Files:
  llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
  llvm/include/llvm/Target/GlobalISel/Combine.td
  llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
  llvm/test/CodeGen/AArch64/GlobalISel/combine-fshl.mir
  llvm/test/CodeGen/AArch64/GlobalISel/combine-fshr.mir
  llvm/test/CodeGen/AArch64/funnel-shift.ll
  llvm/test/CodeGen/AMDGPU/GlobalISel/fshl.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157591.548927.patch
Type: text/x-patch
Size: 62014 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230810/6c56baad/attachment.bin>


More information about the llvm-commits mailing list