[all-commits] [llvm/llvm-project] 38e280: [SelectionDAG] Use promoted types when creating no...

ZhaoQi via All-commits all-commits at lists.llvm.org
Tue Feb 3 01:56:43 PST 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 38e280d8a405bb442d176b8dab18da63d3fc2810
      https://github.com/llvm/llvm-project/commit/38e280d8a405bb442d176b8dab18da63d3fc2810
  Author: ZhaoQi <zhaoqi01 at loongson.cn>
  Date:   2026-02-03 (Tue, 03 Feb 2026)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
    A llvm/test/CodeGen/LoongArch/lsx/issue177155.ll

  Log Message:
  -----------
  [SelectionDAG] Use promoted types when creating nodes after type legalization (#178617)

When creating new nodes with illegal types after type legalization, we
should try to use promoted type to avoid creating nodes with illegal
types.

Fixes: https://github.com/llvm/llvm-project/issues/177155



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list