[PATCH] D131550: [LoongArch] Add codegen support for ISD::CTPOP, ISD::CTTZ and ISD::CTLZ

Gong LingQin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 10 18:58:03 PDT 2022


gonglingqin updated this revision to Diff 451700.
gonglingqin added a comment.

Address @xen0n's comments.
Modify the location of LA64 bit-counting Ops and add comments to increase readability.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D131550

Files:
  llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
  llvm/lib/Target/LoongArch/LoongArchISelLowering.h
  llvm/lib/Target/LoongArch/LoongArchInstrInfo.td
  llvm/test/CodeGen/LoongArch/ctlz-cttz-ctpop.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131550.451700.patch
Type: text/x-patch
Size: 23001 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220811/35280954/attachment.bin>


More information about the llvm-commits mailing list