[PATCH] D153105: [CSKY][NFC][test] Add more tests of multiplication with immediates

Ben Shi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 19 02:34:13 PDT 2023


benshi001 added inline comments.


================
Comment at: llvm/lib/Target/CSKY/CSKYISelLowering.cpp:119
 
-  ISD::NodeType FPOpToExpand[] = {ISD::FSIN, ISD::FCOS, ISD::FSINCOS,
-                                  ISD::FPOW, ISD::FREM, ISD::FCOPYSIGN,
-                                  ISD::FP16_TO_FP, ISD::FP_TO_FP16};
+  ISD::NodeType FPOpToExpand[] = {
+      ISD::FSIN, ISD::FCOS,      ISD::FSINCOS,    ISD::FPOW,
----------------
This is modified by `clang-format`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153105



More information about the llvm-commits mailing list