diff options
author | Alex MacLean <amaclean@nvidia.com> | 2025-03-17 14:22:08 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-17 14:22:08 -0700 |
commit | 0191307bb2583c95d6ee703588c3be1686101061 (patch) | |
tree | b74a5c4ffa9303df60559b564c1e328a861b89fa /clang/lib/CodeGen/CodeGenFunction.cpp | |
parent | 4336e5edbcc243a246c3cbcefef555f1d63db4cc (diff) | |
download | llvm-0191307bb2583c95d6ee703588c3be1686101061.zip llvm-0191307bb2583c95d6ee703588c3be1686101061.tar.gz llvm-0191307bb2583c95d6ee703588c3be1686101061.tar.bz2 |
[IR] Allow alignstack attribute on return values (#130439)
The PTX target allows an alignment to be specified on both return values
and parameters to allow for more efficient vectorized stores. Currently
we represent these parameter alignments via the "alignstack" attribute,
but must fall back to metadata for the return value. This PR allows
"alignstack" on return values as well.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions