[PATCH] D84069: [NFC][PPC][AIX] Add test coverage for _Complex return values
Xiangling Liao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 22 08:14:12 PDT 2020
Xiangling_L added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/aix-complex.ll:36
+ store double %1, double* getelementptr inbounds ({ double, double }, { double, double }* @gcd, i32 0, i32 1), align 8
+ call void bitcast (void (...)* @anchor to void ()*)()
+ ret void
----------------
Just a question, why we would like to branch to `anchor` here? Does it help us with testing _Complex?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84069/new/
https://reviews.llvm.org/D84069
More information about the llvm-commits
mailing list