[compiler-rt] [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
Sun Mar 3 01:14:02 PST 2024
================
@@ -424,7 +424,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:
This is not needed.
https://github.com/llvm/llvm-project/pull/80056
More information about the llvm-commits
mailing list