[clang] [clang][CodeGen] `sret` args should always point to the `alloca` AS, so use that (PR #114062)

Joseph Huber via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 14 08:57:02 PST 2025


jhuber6 wrote:

@AlexVlx I found this breaks my clang build, reduced the C++ source to the following reproducer https://godbolt.org/z/jGnvKeqvr. Please verify that it breaks for you as well and revert or fix.

https://github.com/llvm/llvm-project/pull/114062


More information about the cfe-commits mailing list