[llvm] [SelectionDAG] Add `STRICT_BF16_TO_FP` and `STRICT_FP_TO_BF16` (PR #80056)
Phoebe Wang via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 2 02:39:48 PST 2024
================
@@ -393,7 +393,7 @@ X86TargetLowering::X86TargetLowering(const X86TargetMachine &TM,
}
for (auto Op : {ISD::FP16_TO_FP, ISD::STRICT_FP16_TO_FP, ISD::FP_TO_FP16,
- ISD::STRICT_FP_TO_FP16}) {
+ ISD::STRICT_FP_TO_FP16, ISD::STRICT_FP_TO_BF16}) {
----------------
phoebewang wrote:
Yes.
https://github.com/llvm/llvm-project/pull/80056
More information about the llvm-commits
mailing list