aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenFunction.cpp
diff options
context:
space:
mode:
authorAlex MacLean <amaclean@nvidia.com>2025-03-17 14:22:08 -0700
committerGitHub <noreply@github.com>2025-03-17 14:22:08 -0700
commit0191307bb2583c95d6ee703588c3be1686101061 (patch)
treeb74a5c4ffa9303df60559b564c1e328a861b89fa /clang/lib/CodeGen/CodeGenFunction.cpp
parent4336e5edbcc243a246c3cbcefef555f1d63db4cc (diff)
downloadllvm-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