[all-commits] [llvm/llvm-project] f7c362: DAG: Implement promotion for strict_fpextend (#74310)
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Dec 22 02:16:05 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f7c3627338a2b98ccfac0312d47bb06d5a189c29
https://github.com/llvm/llvm-project/commit/f7c3627338a2b98ccfac0312d47bb06d5a189c29
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2023-12-22 (Fri, 22 Dec 2023)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
A llvm/test/CodeGen/AMDGPU/strict_fp_casts.ll
Log Message:
-----------
DAG: Implement promotion for strict_fpextend (#74310)
Test is a placeholder, will be merged into the existing test after
additional bug fixes for illegal f16 targets are fixed.
More information about the All-commits
mailing list