[all-commits] [llvm/llvm-project] 7c68d4: Revert "[SelectionDAG] Remove PromoteIntOp_EXTRACT...
Bradley Smith via All-commits
all-commits at lists.llvm.org
Fri Oct 8 07:53:57 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7c68d4b8ff906ee97aa14c6ec97e19aaa766c08a
https://github.com/llvm/llvm-project/commit/7c68d4b8ff906ee97aa14c6ec97e19aaa766c08a
Author: Bradley Smith <bradley.smith at arm.com>
Date: 2021-10-08 (Fri, 08 Oct 2021)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
M llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h
Log Message:
-----------
Revert "[SelectionDAG] Remove PromoteIntOp_EXTRACT_SUBVECTOR."
This reverts commit 3e8d2008f74245e9e1ca60bc97e4e619b0d42c6c.
The code removed in this commit is actually required for extracting
fixed types from illegal scalable types, hence this commit causes
assertion failures in such extracts.
More information about the All-commits
mailing list