[PATCH] D70214: [X86] Add custom type legalization and lowering for scalar STRICT_FP_TO_SINT/UINT

LiuChen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 13 17:53:58 PST 2019


LiuChen3 added a comment.

I am working on STRICT_FP_TO_SINT/UINT, too. For now, Pengfei and I thought we can set promotion as custom so we can promote the type in x86 without affecting other backend. What do you think?


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

https://reviews.llvm.org/D70214





More information about the llvm-commits mailing list