[PATCH] D117193: [PowerPC] Emit gnu_attribute according to float-abi metadata
Qiu Chaofan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 25 21:16:26 PST 2022
qiucf marked 2 inline comments as done.
qiucf added inline comments.
================
Comment at: llvm/test/CodeGen/PowerPC/gnu-attribute.ll:4
+; RUN: sed -e 's/FLTABI/ieeedouble/' %s | llc -mtriple=powerpc64le | FileCheck %s --check-prefix=DBL
+; RUN: sed -e 's/FLTABI//' %s | llc -mtriple=powerpc64le | FileCheck %s --check-prefix=NONE
+
----------------
jsji wrote:
> How about `softfp`?
Emitting attributes for `softfp` is not supported yet. Currently soft/hard fp info is stored in function attrs instead of module flags. We'll need to pass extra info from clang. Make it a `TODO` here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117193/new/
https://reviews.llvm.org/D117193
More information about the llvm-commits
mailing list