[all-commits] [llvm/llvm-project] 1137b7: [SelectionDAG] Widening the result of INSERT_SUBVE...
CarolineConcatto via All-commits
all-commits at lists.llvm.org
Wed Oct 27 05:54:24 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1137b7207d707c83a0fa99c60f0411bfec98db06
https://github.com/llvm/llvm-project/commit/1137b7207d707c83a0fa99c60f0411bfec98db06
Author: Caroline Concatto <caroline.concatto at arm.com>
Date: 2021-10-27 (Wed, 27 Oct 2021)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
M llvm/test/CodeGen/AArch64/sve-insert-vector.ll
Log Message:
-----------
[SelectionDAG] Widening the result of INSERT_SUBVECTOR.
Widens the result and first input vector because they have the same size.
The subvector to be inserted is widened in the operand widen function.
Differential Revision: https://reviews.llvm.org/D112187
More information about the All-commits
mailing list