[all-commits] [llvm/llvm-project] 4aafeb: SelectionDAG: allow FP extensions when folding ext...

Tim Northover via All-commits all-commits at lists.llvm.org
Tue Jun 28 04:08:49 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4aafebce520c706ad0e7cf7a0b05bbe1f1b434ef
      https://github.com/llvm/llvm-project/commit/4aafebce520c706ad0e7cf7a0b05bbe1f1b434ef
  Author: Tim Northover <tnorthover at apple.com>
  Date:   2022-06-28 (Tue, 28 Jun 2022)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
    M llvm/test/CodeGen/ARM/arm-half-promote.ll

  Log Message:
  -----------
  SelectionDAG: allow FP extensions when folding extract/insert.

Before, we were trying to sign extend half -> float, and asserted in getNode.




More information about the All-commits mailing list