[PATCH] D123040: [NVPTX] .attribute(.managed) is only supported for sm_30 and PTX 4.0

Andrew Savonichev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 4 08:35:20 PDT 2022


asavonic created this revision.
asavonic added reviewers: tra, jholewinski.
Herald added a subscriber: hiraditya.
Herald added a project: All.
asavonic requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

PTX ISA spec, s5.4.8. Variable Attribute Directive: .attribute

PTX ISA Notes
Introduced in PTX ISA version 4.0.

Target ISA Notes
.managed attribute requires sm_30 or higher.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D123040

Files:
  llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
  llvm/lib/Target/NVPTX/NVPTXAsmPrinter.h
  llvm/test/CodeGen/NVPTX/managed.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123040.420185.patch
Type: text/x-patch
Size: 5081 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220404/bcb9447b/attachment.bin>


More information about the llvm-commits mailing list