[clang] [llvm] [PowerPC] Fix codegen for transparent_union function params (PR #101738)
Eli Friedman via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 5 13:52:52 PDT 2024
efriedma-quic wrote:
transparent_union generally means that the value is passed using the convention of the first member of the union. Why do you need to check for whether the value was originally a transparent union? Shouldn't the resulting convention be the same either way?
https://github.com/llvm/llvm-project/pull/101738
More information about the cfe-commits
mailing list