[PATCH] D138105: [PowerPC] Support test data class intrinsic of 128-bit float

ChenZheng via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Nov 20 20:57:08 PST 2022


shchenz added a comment.

The error message needs to be updated too:

  def err_ppc_invalid_test_data_class_type : Error<
    "expected a 'float' or 'double' for the first argument">;

And can we add a test case for ibm float128 in the clang?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138105



More information about the cfe-commits mailing list