[PATCH] D113908: [PowerPC] Custom lowering of llvm.is_fpclass

Qiu Chaofan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 15 22:40:56 PST 2021


qiucf added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/ppc-is_fpclass.ll:3
+; RUN: llc -mtriple=powerpcle-unknown-linux-gnu -verify-machineinstrs -o - %s | FileCheck %s
+
+
----------------
Can you please add test case for `fp128` type (under `-mcpu=power9`)?

And seems we don't need `ppc-` prefix in filename.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113908



More information about the llvm-commits mailing list