diff options
author | Pavel Kopyl <pavelkopyl@gmail.com> | 2023-04-22 02:52:04 +0200 |
---|---|---|
committer | Pavel Kopyl <pavelkopyl@gmail.com> | 2023-04-25 00:18:16 +0200 |
commit | 62439d54fecf9c08ce5dc799d1d44562da884e88 (patch) | |
tree | 2fb6f0120e395f8ef6d588aa4c5cd7076a32f2d5 /llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp | |
parent | 99cfaf0d5ed68d5d4e292fc87a10b1bb26201787 (diff) | |
download | llvm-62439d54fecf9c08ce5dc799d1d44562da884e88.zip llvm-62439d54fecf9c08ce5dc799d1d44562da884e88.tar.gz llvm-62439d54fecf9c08ce5dc799d1d44562da884e88.tar.bz2 |
[NVPTX] Unforce minimum alignment of 4 for byval arguments of device-side functions.
Minimum alignment of 4 for byval arguments was forced to workaround
a bug in old versions of ptxas. Details: https://reviews.llvm.org/D22428.
Recent ptxas versions (> 9.0) do not seem to have this bug, so alignment
requirement was relaxed. To force again minimum alignment of 4, use
'-force-min-byval-param-align' option.
Diffstat (limited to 'llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp')
0 files changed, 0 insertions, 0 deletions