[all-commits] [llvm/llvm-project] 74453f: Inline: Fix handling of byval using non-alloca add...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Jul 1 08:00:32 PDT 2024
Branch: refs/heads/users/arsenm/issue97086-inliner-byval-non-alloca-addrspace
Home: https://github.com/llvm/llvm-project
Commit: 74453f3f277ad4716c2ad79989bd28e65541d2cc
https://github.com/llvm/llvm-project/commit/74453f3f277ad4716c2ad79989bd28e65541d2cc
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-07-01 (Mon, 01 Jul 2024)
Changed paths:
M llvm/lib/Transforms/Utils/InlineFunction.cpp
A llvm/test/Transforms/Inline/byval-with-non-alloca-addrspace.ll
Log Message:
-----------
Inline: Fix handling of byval using non-alloca addrspace
Use the address space of the original pointer argument instead
of querying the datalayout. This avoids producing a verifier error
since this was changing the address space for the user instructions.
Fixes #97086
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