[PATCH] D128911: Emit table lookup from TargetLowering::expandCTTZ()

Shubham Narlawar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 22 04:23:15 PDT 2022


gsocshubham updated this revision to Diff 446780.
gsocshubham added a comment.

Fix review comments.

There are 3 LIT test failures -

  LLVM :: CodeGen/RISCV/ctlz-cttz-ctpop.ll
  LLVM :: CodeGen/RISCV/rv32zbb.ll
  LLVM :: CodeGen/RISCV/rv64zbb.ll

I will update them as soon as table lookup code is finalized which is still under review.


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

https://reviews.llvm.org/D128911

Files:
  llvm/include/llvm/CodeGen/TargetLowering.h
  llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  llvm/test/CodeGen/SPARC/cttz.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128911.446780.patch
Type: text/x-patch
Size: 5514 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220722/c2b33aa3/attachment.bin>


More information about the llvm-commits mailing list