[PATCH] D153477: [NVPTX] Correctly lower extending loads for fp16 vectors.

Artem Belevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 21 15:56:39 PDT 2023


tra created this revision.
Herald added subscribers: mattd, gchakrabarti, asavonic, bixia, hiraditya.
Herald added a project: All.
tra published this revision for review.
tra added a reviewer: jlebar.
Herald added subscribers: llvm-commits, jholewinski.
Herald added a project: LLVM.

Fixes https://github.com/llvm/llvm-project/issues/63436

We still need to figure out how to prevent unnecessary splitting of fp16 vectors
and load all elements in as large chunks as we can.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D153477

Files:
  llvm/lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp
  llvm/lib/Target/NVPTX/NVPTXISelDAGToDAG.h
  llvm/test/CodeGen/NVPTX/vector-loads.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153477.533421.patch
Type: text/x-patch
Size: 3873 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230621/37ea41a4/attachment.bin>


More information about the llvm-commits mailing list