[PATCH] D155484: [AArch64] Global Isel Funnel Shift Lowering

Tuan Chuong Goh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 1 02:55:28 PDT 2023


chuongg3 updated this revision to Diff 545978.
chuongg3 marked 3 inline comments as done.
chuongg3 added a comment.

Amount is created as an APInt instead of converting it later on
Replaced `number of shifts` in comments with `shift amount`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155484

Files:
  llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
  llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.h
  llvm/test/CodeGen/AArch64/funnel-shift.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D155484.545978.patch
Type: text/x-patch
Size: 29630 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230801/6a911eb4/attachment.bin>


More information about the llvm-commits mailing list