[all-commits] [llvm/llvm-project] 7e0167: [SelectionDAG] Add MVT::bf16 to getConstantFP()
Aaron Smith via All-commits
all-commits at lists.llvm.org
Tue Jun 16 15:10:50 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7e01675ea50ec88eb78cd6fcb4017baa614027c0
https://github.com/llvm/llvm-project/commit/7e01675ea50ec88eb78cd6fcb4017baa614027c0
Author: Aaron Smith <aaron.smith at microsoft.com>
Date: 2020-06-16 (Tue, 16 Jun 2020)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
Log Message:
-----------
[SelectionDAG] Add MVT::bf16 to getConstantFP()
Summary:
This was probably overlooked in recent bfloat patches.
Needed to handle bf16 constants in SelectionDAG.
ConstantFP:bf16<APFloat(0)>
Reviewers: stuij
Reviewed By: stuij
Subscribers: hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D81779
More information about the All-commits
mailing list