[all-commits] [llvm/llvm-project] 2fa1ba: [SelectionDAG] Fix zext assertion check for scalab...
Manasij Mukherjee via All-commits
all-commits at lists.llvm.org
Wed Jan 14 22:00:49 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2fa1ba62ac92fe95613d980e38ac2db36141fee8
https://github.com/llvm/llvm-project/commit/2fa1ba62ac92fe95613d980e38ac2db36141fee8
Author: Manasij Mukherjee <manasijm at nvidia.com>
Date: 2026-01-14 (Wed, 14 Jan 2026)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
A llvm/test/CodeGen/AArch64/aarch64-sve-setcc-promote-nxv8i8-crash.ll
Log Message:
-----------
[SelectionDAG] Fix zext assertion check for scalable vectors (#176064)
Use element type comparisons in getZeroExtendInReg to avoid comparing
scalable and fixed types.
Fixes #176037
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