[all-commits] [llvm/llvm-project] 112c09: [SelectionDAG] Simplify PromoteIntRes_INSERT_SUBVE...
Bradley Smith via All-commits
all-commits at lists.llvm.org
Mon Jul 12 08:21:08 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 112c09039bbf111c4fa448a0c84ba68b12fed2d6
https://github.com/llvm/llvm-project/commit/112c09039bbf111c4fa448a0c84ba68b12fed2d6
Author: Bradley Smith <bradley.smith at arm.com>
Date: 2021-07-12 (Mon, 12 Jul 2021)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
M llvm/test/CodeGen/AArch64/insert-subvector-res-legalization.ll
Log Message:
-----------
[SelectionDAG] Simplify PromoteIntRes_INSERT_SUBVECTOR to only handle result
Let other parts of legalization handle the rest of the node, this allows
re-use of existing optimizations elsewhere.
Differential Revision: https://reviews.llvm.org/D105624
More information about the All-commits
mailing list