[clang] [llvm] [PowerPC] Fix codegen for transparent_union function params (PR #101738)
Lei Huang via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 19 06:45:57 PDT 2024
================
@@ -0,0 +1,123 @@
+; RUN: llc -verify-machineinstrs -mtriple=powerpc64le-unknown-linux -mcpu=pwr7 \
----------------
lei137 wrote:
You are right. I verified that this pass even without this update to clang. Will remove this IR test from the PR.
https://github.com/llvm/llvm-project/pull/101738
More information about the llvm-commits
mailing list