aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/TargetLoweringBase.cpp
diff options
context:
space:
mode:
authorPhoebe Wang <phoebe.wang@intel.com>2024-09-18 21:35:38 +0800
committerGitHub <noreply@github.com>2024-09-18 21:35:38 +0800
commita10c9f994be143e2ac63918aa495bc2aeb3ffb48 (patch)
tree9b3c4524c2b91a1d43460ff1c1dee33ad5323d37 /llvm/lib/CodeGen/TargetLoweringBase.cpp
parentaa43f3abe0e9a7199a8df3f71364d7084f968825 (diff)
downloadllvm-a10c9f994be143e2ac63918aa495bc2aeb3ffb48.zip
llvm-a10c9f994be143e2ac63918aa495bc2aeb3ffb48.tar.gz
llvm-a10c9f994be143e2ac63918aa495bc2aeb3ffb48.tar.bz2
Revert "[X86][BF16] Add libcall for F80 -> BF16" (#109140)
Reverts llvm/llvm-project#109116
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringBase.cpp')
-rw-r--r--llvm/lib/CodeGen/TargetLoweringBase.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/TargetLoweringBase.cpp b/llvm/lib/CodeGen/TargetLoweringBase.cpp
index 9fdde45..eb3190c 100644
--- a/llvm/lib/CodeGen/TargetLoweringBase.cpp
+++ b/llvm/lib/CodeGen/TargetLoweringBase.cpp
@@ -169,8 +169,6 @@ RTLIB::Libcall RTLIB::getFPROUND(EVT OpVT, EVT RetVT) {
return FPROUND_F32_BF16;
if (OpVT == MVT::f64)
return FPROUND_F64_BF16;
- if (OpVT == MVT::f80)
- return FPROUND_F80_BF16;
} else if (RetVT == MVT::f32) {
if (OpVT == MVT::f64)
return FPROUND_F64_F32;