[all-commits] [llvm/llvm-project] 3204f8: Revert "[IR]Add NumSrcElts param to is..Mask stati...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Thu Sep 28 11:57:51 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3204f88a8bdb76b0c0ef65dd6eadc50bff0b5c7e
https://github.com/llvm/llvm-project/commit/3204f88a8bdb76b0c0ef65dd6eadc50bff0b5c7e
Author: Alexey Bataev <a.bataev at outlook.com>
Date: 2023-09-28 (Thu, 28 Sep 2023)
Changed paths:
M llvm/include/llvm/CodeGen/BasicTTIImpl.h
M llvm/include/llvm/IR/Instructions.h
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
M llvm/lib/IR/Instructions.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M llvm/lib/Target/ARM/ARMISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp
M llvm/lib/Target/X86/X86TargetTransformInfo.cpp
M llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
M llvm/test/Transforms/LoopVectorize/RISCV/interleaved-accesses.ll
M llvm/unittests/IR/InstructionsTest.cpp
M llvm/unittests/IR/ShuffleVectorInstTest.cpp
Log Message:
-----------
Revert "[IR]Add NumSrcElts param to is..Mask static function in ShuffleVectorInst."
This reverts commit c88c281cf1ac1a01c55231b93826d7c8ae83985b to fix the
crash revealed by https://lab.llvm.org/buildbot/#/builders/230/builds/19353.
More information about the All-commits
mailing list