[clang] [llvm] [PowerPC] Fix codegen for transparent_union function params (PR #101738)

Hubert Tong via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 19 04:12:17 PDT 2024


================
@@ -0,0 +1,123 @@
+; RUN: llc -verify-machineinstrs -mtriple=powerpc64le-unknown-linux -mcpu=pwr7 \
----------------
hubert-reinterpretcast wrote:

I am not sure the machine-codegen-from-IR test is necessary. We only changed the Clang front-end IR codegen. It stands to reason that this test would have passed even with none of the other changes from this patch.

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


More information about the cfe-commits mailing list