[PATCH] D128114: [X86][FP16] Add constrained FP support for scalar emulation
Phoebe Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 6 23:18:51 PDT 2022
pengfei added inline comments.
================
Comment at: llvm/lib/Target/X86/X86ISelLowering.cpp:632
setOperationAction(ISD::FP_EXTEND, MVT::f64, Custom);
setOperationAction(ISD::STRICT_FP_EXTEND, MVT::f64, Custom);
----------------
RKSimon wrote:
> worth keeping the f32/f64 setOperationAction calls separate?
Good point!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128114/new/
https://reviews.llvm.org/D128114
More information about the llvm-commits
mailing list