[PATCH] D96933: [DAGCombiner] Missing bf16 type

Aaron Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 17 20:42:53 PST 2021


asmith created this revision.
Herald added subscribers: ecnelises, hiraditya.
asmith requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D96933

Files:
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp


Index: llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
===================================================================
--- llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+++ llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
@@ -17430,6 +17430,7 @@
   default:
     llvm_unreachable("Unknown FP type");
   case MVT::f16:    // We don't do this for these yet.
+  case MVT::bf16:
   case MVT::f80:
   case MVT::f128:
   case MVT::ppcf128:


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96933.324513.patch
Type: text/x-patch
Size: 433 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210218/1ff6232a/attachment.bin>


More information about the llvm-commits mailing list