[all-commits] [llvm/llvm-project] faecc7: [DAG] isSplatValue - node is a splat if all deman...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Fri Dec 8 02:54:04 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: faecc736e2ac3cd8c77bebf41b1ed2e2d8cb575f
https://github.com/llvm/llvm-project/commit/faecc736e2ac3cd8c77bebf41b1ed2e2d8cb575f
Author: Simon Pilgrim <RKSimon at users.noreply.github.com>
Date: 2023-12-08 (Fri, 08 Dec 2023)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M llvm/test/CodeGen/ARM/vector-store.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-int-shuffles.ll
M llvm/test/CodeGen/X86/fold-pcmpeqd-2.ll
M llvm/test/CodeGen/X86/var-permute-256.ll
M llvm/test/CodeGen/X86/vector-interleaved-load-i8-stride-4.ll
M llvm/test/CodeGen/X86/vector-interleaved-load-i8-stride-6.ll
M llvm/test/CodeGen/X86/vector-shift-ashr-128.ll
M llvm/test/CodeGen/X86/vector-shift-ashr-256.ll
M llvm/test/CodeGen/X86/vector-shift-lshr-128.ll
M llvm/test/CodeGen/X86/vector-shift-lshr-256.ll
M llvm/test/CodeGen/X86/vector-shift-shl-128.ll
M llvm/test/CodeGen/X86/vector-shift-shl-256.ll
Log Message:
-----------
[DAG] isSplatValue - node is a splat if all demanded elts have the same whole constant value (#74443)
More information about the All-commits
mailing list