[PATCH] D91331: Add hook for target to customize different legalization action according to the input type

Bing Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 26 21:09:30 PST 2020


yubing added a comment.

Could we check whether the input type is fp128 at the begining of PPCTargetLowering::LowerFP_TO_INT and if it is a fp128 input type, we directly ConvertNodeToLibcall?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91331



More information about the llvm-commits mailing list