Files
clang-p2996/llvm/lib/Transforms/Utils/InlineFunction.cpp
Matt Arsenault e47359a925 Inline: Fix handling of byval using non-alloca addrspace (#97306)
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
2024-07-01 21:09:41 +02:00

126 KiB