[all-commits] [llvm/llvm-project] 73499c: [X86] Support EVT types in supportedVectorShift* h...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Mon Apr 24 06:47:46 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 73499ca29d330ea7fa6aedb7fef469005186845e
https://github.com/llvm/llvm-project/commit/73499ca29d330ea7fa6aedb7fef469005186845e
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-04-24 (Mon, 24 Apr 2023)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] Support EVT types in supportedVectorShift* helpers. NFCI.
Move the isSimple() check inside the helpers to avoid a lot of extra checking in a future patch.
Commit: b0832fca3f0ef1409045a15728462d297aa5deb4
https://github.com/llvm/llvm-project/commit/b0832fca3f0ef1409045a15728462d297aa5deb4
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-04-24 (Mon, 24 Apr 2023)
Changed paths:
M llvm/include/llvm/CodeGen/ISDOpcodes.h
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[DAG] Add ISD::isExtVecInRegOpcode helper.
Match ISD::ANY_EXTEND_VECTOR_INREG\ZERO_EXTEND_VECTOR_INREG\SIGN_EXTEND_VECTOR_INREG opcodes
Compare: https://github.com/llvm/llvm-project/compare/3e3e41b263f4...b0832fca3f0e
More information about the All-commits
mailing list