[all-commits] [llvm/llvm-project] 84ea72: [NFC][DAG] `canCombineShuffleToAnyExtendVectorInre...
Roman Lebedev via All-commits
all-commits at lists.llvm.org
Sun Dec 25 14:48:03 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 84ea72679e11f58378b9d5c9e2aaafb168b20bd8
https://github.com/llvm/llvm-project/commit/84ea72679e11f58378b9d5c9e2aaafb168b20bd8
Author: Roman Lebedev <lebedev.ri at gmail.com>
Date: 2022-12-26 (Mon, 26 Dec 2022)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
Log Message:
-----------
[NFC][DAG] `canCombineShuffleToAnyExtendVectorInreg()`: check for legal op before matching
Likewise as with legal types check, might as well not match if won't use.
More information about the All-commits
mailing list