[all-commits] [llvm/llvm-project] 312055: [NVPTX] Fix `ptxas` failures (NFC) (#125147)
Justin Fargnoli via All-commits
all-commits at lists.llvm.org
Sat Feb 1 16:44:58 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 312055d1da169f043e65b35fcd62d6d685700114
https://github.com/llvm/llvm-project/commit/312055d1da169f043e65b35fcd62d6d685700114
Author: Justin Fargnoli <jfargnoli at nvidia.com>
Date: 2025-02-01 (Sat, 01 Feb 2025)
Changed paths:
M llvm/test/CodeGen/NVPTX/griddepcontrol.ll
M llvm/test/CodeGen/NVPTX/kernel-param-align.ll
M llvm/test/CodeGen/NVPTX/lower-args.ll
Log Message:
-----------
[NVPTX] Fix `ptxas` failures (NFC) (#125147)
Note:
[lower-args.ll](https://github.com/llvm/llvm-project/compare/main...justinfargnoli:dev/jf/ptxas?expand=1#diff-649d37d1f897d829fb809025437ba5df2e0c8da8395bbac7be713cd8f5bd8237)
and
[kernel-param-align.ll](https://github.com/llvm/llvm-project/compare/main...justinfargnoli:dev/jf/ptxas?expand=1#diff-31f196478b41b95b51298eb8e2efccc8a6f1156f13b648c07db27dd09579f74e)
fail because`ptxas` doesn't support constant pointers in separate
complication mode (`-c`).
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list