[all-commits] [llvm/llvm-project] 98b0f1: [DAG] hoistLogicOpWithSameOpcodeHands - add suppor...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Wed Jul 19 03:56:51 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 98b0f1360df0a3e33c12e13f7433abfad3e1c590
https://github.com/llvm/llvm-project/commit/98b0f1360df0a3e33c12e13f7433abfad3e1c590
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/pr57402.ll
M llvm/test/CodeGen/X86/vector-ext-logic.ll
Log Message:
-----------
[DAG] hoistLogicOpWithSameOpcodeHands - add support for SIGN_EXTEND_INREG nodes.
This can reuse the existing *_EXTEND node handling (with special handling for the valuetype arg)
More information about the All-commits
mailing list