[all-commits] [llvm/llvm-project] 693f4d: [DAG] visitINSERT_VECTOR_ELT - refactor BUILD_VECT...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sat Jun 11 04:01:32 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 693f4db1ecbeb8e62f64b9c23b6703f44f4a2ddd
https://github.com/llvm/llvm-project/commit/693f4db1ecbeb8e62f64b9c23b6703f44f4a2ddd
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-06-11 (Sat, 11 Jun 2022)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
Log Message:
-----------
[DAG] visitINSERT_VECTOR_ELT - refactor BUILD_VECTOR insertion to remove early-out. NFCI.
Remove the early-out cases so we can more easily add additional folds in the future.
More information about the All-commits
mailing list