[all-commits] [llvm/llvm-project] 2167ae: [DAG] hoistLogicOpWithSameOpcodeHands - add suppor...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Wed Jul 19 02:50:45 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2167ae93c97b6d978ccdd8bc509d8f43aea62cca
https://github.com/llvm/llvm-project/commit/2167ae93c97b6d978ccdd8bc509d8f43aea62cca
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-07-19 (Wed, 19 Jul 2023)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
M llvm/test/CodeGen/X86/bitcast-and-setcc-128.ll
M llvm/test/CodeGen/X86/icmp-abs-C-vec.ll
M llvm/test/CodeGen/X86/vector-ext-logic.ll
Log Message:
-----------
[DAG] hoistLogicOpWithSameOpcodeHands - add support for *_EXTEND_VECTOR_INREG nodes.
This can reuse the existing *_EXTEND node handling.
More information about the All-commits
mailing list