[all-commits] [llvm/llvm-project] 00eef4: [SelectionDAG] Fix mismatched truncate when combin...
junparser via All-commits
all-commits at lists.llvm.org
Sun Mar 12 18:00:18 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 00eef4f7c384456e0df8f855b99eab384a213c23
https://github.com/llvm/llvm-project/commit/00eef4f7c384456e0df8f855b99eab384a213c23
Author: Jun Ma <JunMa at linux.alibaba.com>
Date: 2023-03-13 (Mon, 13 Mar 2023)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
A llvm/test/CodeGen/WebAssembly/pr59625.ll
Log Message:
-----------
[SelectionDAG] Fix mismatched truncate when combine BUILD_VECTOR with EXTRACT_SUBVECTOR
Just use correct type for truncation. Fixes PR59625
Differential Revision: https://reviews.llvm.org/D145757
More information about the All-commits
mailing list