[all-commits] [llvm/llvm-project] a8f530: [X86] combineConcatVectorOps - remove unnecessary ...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Aug 31 10:25:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a8f53098e34d1beb97b22ca74b00448ea4dcbc09
https://github.com/llvm/llvm-project/commit/a8f53098e34d1beb97b22ca74b00448ea4dcbc09
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2023-08-31 (Thu, 31 Aug 2023)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] combineConcatVectorOps - remove unnecessary vector type reconstruction. NFC.
ADD/SUB/MUL/AND/OR/XOR/ANDNP/FDIV/HADD/HSUB all have the same src/dst types
More information about the All-commits
mailing list