[all-commits] [llvm/llvm-project] 3c93e2: [SelectionDAG] Add `STRICT_BF16_TO_FP` and `STRICT...

Shilei Tian via All-commits all-commits at lists.llvm.org
Fri Feb 2 20:06:45 PST 2024


  Branch: refs/reviewable/pr80056/r1
  Home:   https://github.com/llvm/llvm-project
  Commit: 3c93e21d69cf406c7db3495a39a029b3c115667a
      https://github.com/llvm/llvm-project/commit/3c93e21d69cf406c7db3495a39a029b3c115667a
  Author: Shilei Tian <i at tianshilei.me>
  Date:   2024-01-31 (Wed, 31 Jan 2024)

  Changed paths:
    M llvm/include/llvm/CodeGen/ISDOpcodes.h
    M llvm/include/llvm/CodeGen/SelectionDAGNodes.h
    M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
    M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
    M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
    M llvm/test/CodeGen/AMDGPU/llvm.is.fpclass.bf16.ll

  Log Message:
  -----------
  [SelectionDAG] Add `STRICT_BF16_TO_FP` and `STRICT_FP_TO_BF16`

This patch adds the support for `STRICT_BF16_TO_FP` and `STRICT_FP_TO_BF16`.

Fix #78540.




More information about the All-commits mailing list