[PATCH] D91527: [PowerPC][FP128] Fix the incorrect calling convention for IEEE long double on Power8

Qing Shan Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 16 04:53:45 PST 2020


steven.zhang added a comment.

In D91527#2397098 <https://reviews.llvm.org/D91527#2397098>, @qiucf wrote:

> Can you test if this patch makes P8 <https://reviews.llvm.org/P8> fail the same number of cases as P9 <https://reviews.llvm.org/P9> under `-mabi=ieeelongdouble` in LLVM test suite? Thanks.

Sorry, I cannot. Because we just make several opcodes work inside this patch. There are other opcode that depends on legalizer's work. So I split them. We can do this test when I remove the temp option.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91527/new/

https://reviews.llvm.org/D91527



More information about the llvm-commits mailing list