[PATCH] D133496: [AArch64] Use tbl for truncating vector FPtoUI conversions.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 8 07:58:07 PDT 2022


fhahn created this revision.
fhahn added reviewers: t.p.northover, ab, dmgreen, paquette, SjoerdMeijer.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
fhahn requested review of this revision.
Herald added a project: LLVM.

On AArch64, doing the vector truncate separately after the fptoui
conversion can be lowered more efficiently using tbl.4, building on
D133495 <https://reviews.llvm.org/D133495>.

https://alive2.llvm.org/ce/z/T538CC

Depends on D133495 <https://reviews.llvm.org/D133495>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D133496

Files:
  llvm/lib/CodeGen/CodeGenPrepare.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/fp-conversion-to-tbl.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133496.458743.patch
Type: text/x-patch
Size: 20451 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220908/fc2bc317/attachment.bin>


More information about the llvm-commits mailing list