[PATCH] D134628: [LoongArch] Expand FSIN/FCOS/FSINCOS/FPOW/FREM

WÁNG Xuěruì via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 25 23:32:04 PDT 2022


xen0n added inline comments.


================
Comment at: llvm/test/CodeGen/LoongArch/fp-expand.ll:7-9
+declare double @llvm.sin.f32(double)
+declare double @llvm.cos.f32(double)
+declare double @llvm.pow.f32(double, double)
----------------
Do you mean `float` for these f32 intrinsics instead?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134628



More information about the llvm-commits mailing list