diff options
author | Alex MacLean <amaclean@nvidia.com> | 2025-01-29 16:27:27 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-29 16:27:27 -0800 |
commit | de7438e472839df63e1f10478436c2f15b8e4184 (patch) | |
tree | e537e67af685c00e88f5a004943b9a06e388fdd0 /llvm/lib/CodeGen/CodeGenPrepare.cpp | |
parent | f0d05b099dafda89df4c971b64b2051c33db5da1 (diff) | |
download | llvm-de7438e472839df63e1f10478436c2f15b8e4184.zip llvm-de7438e472839df63e1f10478436c2f15b8e4184.tar.gz llvm-de7438e472839df63e1f10478436c2f15b8e4184.tar.bz2 |
[NVPTX] Auto-Upgrade some nvvm.annotations to attributes (#119261)
Add a new AutoUpgrade function to convert some legacy nvvm.annotations
metadata to function level attributes. These attributes are quicker to
look-up so improve compile time and are more idiomatic than using
metadata which should not include required information that changes the
meaning of the program.
Currently supported annotations are:
- !"kernel" -> ptx_kernel calling convention
- !"align" -> alignstack parameter attributes (return not yet supported)
Diffstat (limited to 'llvm/lib/CodeGen/CodeGenPrepare.cpp')
0 files changed, 0 insertions, 0 deletions