Just use correct type for truncation. Fixes PR59625
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D145757
[SelectionDAG] Fix mismatched truncate when combine BUILD_VECTOR with EXTRACT_SUBVECTOR ClosedPublic Authored by junparser on Mar 9 2023, 5:22 PM.
Details Summary Just use correct type for truncation. Fixes PR59625
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 10 2023, 2:27 AM This revision was landed with ongoing or failed builds.Mar 12 2023, 6:00 PM Closed by commit rG00eef4f7c384: [SelectionDAG] Fix mismatched truncate when combine BUILD_VECTOR with… (authored by junparser). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 504488 llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/test/CodeGen/WebAssembly/pr59625.ll
|