[llvm] [NVPTX] Cleanup NVPTXLowerArgs, simplifying logic and improving alignment propagation (PR #180286)
Alex MacLean via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 12 20:54:23 PST 2026
================
@@ -207,8 +209,7 @@ INITIALIZE_PASS_END(NVPTXLowerArgsLegacyPass, "nvptx-lower-args",
// pointer in parameter AS.
// For "escapes" (to memory, a function call, or a ptrtoint), cast the OldUse to
----------------
AlexMaclean wrote:
FIxed
https://github.com/llvm/llvm-project/pull/180286
More information about the llvm-commits
mailing list