[llvm] [SelectionDAG] Add `STRICT_BF16_TO_FP` and `STRICT_FP_TO_BF16` (PR #80056)
Shilei Tian via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 1 07:56:28 PST 2024
================
@@ -3248,12 +3249,18 @@ bool SelectionDAGLegalize::ExpandNode(SDNode *Node) {
Results.push_back(Tmp1);
break;
}
+ case ISD::STRICT_BF16_TO_FP:
----------------
shiltian wrote:
Yeah, I did have a check earlier but removed it since I think https://github.com/llvm/llvm-project/pull/80056#discussion_r1472611861 makes sense.
https://github.com/llvm/llvm-project/pull/80056
More information about the llvm-commits
mailing list