[all-commits] [llvm/llvm-project] ea9204: Fix codegen for transparent_union function params ...

Lei Huang via All-commits all-commits at lists.llvm.org
Mon Sep 9 08:01:44 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ea9204505cf1099b98b1fdcb898f0bd35e463984
      https://github.com/llvm/llvm-project/commit/ea9204505cf1099b98b1fdcb898f0bd35e463984
  Author: Lei Huang <lei at ca.ibm.com>
  Date:   2024-09-09 (Mon, 09 Sep 2024)

  Changed paths:
    M clang/lib/CodeGen/Targets/AArch64.cpp
    M clang/lib/CodeGen/Targets/ARM.cpp
    M clang/lib/CodeGen/Targets/RISCV.cpp
    M clang/lib/CodeGen/Targets/X86.cpp
    R clang/test/CodeGen/PowerPC/transparent_union.c
    A clang/test/CodeGen/transparent-union-type.c

  Log Message:
  -----------
  Fix codegen for transparent_union function params (#104816)

Update codegen for func param with transparent_union attr to be that of
the first union member.

This is a followup to #101738 to fix non-ppc codegen and closes #76773.



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