[all-commits] [llvm/llvm-project] f609d4: [SLP]Fix PR72833: do not crash if only operand is ...

Alexey Bataev via All-commits all-commits at lists.llvm.org
Mon Nov 20 08:41:24 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f609d4ba1d940c781f4fed44f7c69422d1766f09
      https://github.com/llvm/llvm-project/commit/f609d4ba1d940c781f4fed44f7c69422d1766f09
  Author: Alexey Bataev <a.bataev at outlook.com>
  Date:   2023-11-20 (Mon, 20 Nov 2023)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
    A llvm/test/Transforms/SLPVectorizer/X86/minbitwidth-transformed-operand.ll

  Log Message:
  -----------
  [SLP]Fix PR72833: do not crash if only operand is casted but the use
instruction.

Need to check if only operand is casted, not the user instruction
itself, if the types of the operands does not match the actual type.




More information about the All-commits mailing list