[PATCH] D124698: [NVPTX] Add add.cc/addc.cc/sub.cc/subc.cc for i64

Dmitry Vassiliev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 29 13:56:48 PDT 2022


slydiman created this revision.
slydiman added reviewers: jchlanda, asavonic, csigg.
slydiman added a project: LLVM.
Herald added subscribers: mattd, gchakrabarti, hiraditya, jholewinski.
Herald added a project: All.
slydiman requested review of this revision.
Herald added a subscriber: llvm-commits.

PTX supports those instructions for i64 starting from 4.3.
The patch also marks corresponding DAG nodes legal for both i32 and i64.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D124698

Files:
  llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
  llvm/lib/Target/NVPTX/NVPTXInstrInfo.td
  llvm/test/CodeGen/NVPTX/add-128bit.ll
  llvm/test/CodeGen/NVPTX/add-sub-128bit.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124698.426159.patch
Type: text/x-patch
Size: 6393 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220429/4107a7a9/attachment.bin>


More information about the llvm-commits mailing list