[all-commits] [llvm/llvm-project] 86dabf: [DAG] SelectionDAG::isSplatValue - handle OR/XOR c...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sun Feb 7 05:28:34 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 86dabf4226af2dac9c62468ff5000ea93cbec764
https://github.com/llvm/llvm-project/commit/86dabf4226af2dac9c62468ff5000ea93cbec764
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-02-07 (Sun, 07 Feb 2021)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M llvm/test/CodeGen/X86/vector-fshl-128.ll
M llvm/test/CodeGen/X86/vector-fshl-256.ll
M llvm/test/CodeGen/X86/vector-fshl-512.ll
M llvm/test/CodeGen/X86/vector-fshr-128.ll
M llvm/test/CodeGen/X86/vector-fshr-256.ll
M llvm/test/CodeGen/X86/vector-fshr-512.ll
Log Message:
-----------
[DAG] SelectionDAG::isSplatValue - handle OR/XOR cases
Add OR/XOR to the basic binops that we support when checking for a splat vector value
More information about the All-commits
mailing list