[PATCH] D107138: [PowerPC] Implement cmplxl builtins
Amy Kwan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 30 13:30:48 PDT 2021
amyk added inline comments.
================
Comment at: clang/test/CodeGen/builtins-ppc-xlcompat-complex.c:35
+ // CHECK-NEXT: %1 = load ppc_fp128, ppc_fp128* @ldb
+ // CHECK-NEXT: %.fca.0.insert = insertvalue { ppc_fp128, ppc_fp128 } undef, ppc_fp128 %0, 0
+ // CHECK-NEXT: %.fca.1.insert = insertvalue { ppc_fp128, ppc_fp128 } %.fca.0.insert, ppc_fp128 %1, 1
----------------
I think it would probably be better not to hardcode the variable names in the tests.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107138/new/
https://reviews.llvm.org/D107138
More information about the llvm-commits
mailing list