[all-commits] [llvm/llvm-project] 8e2b2c: [SLP]Fix PR69196: Instruction does not dominate al...

Alexey Bataev via All-commits all-commits at lists.llvm.org
Mon Oct 16 12:57:39 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8e2b2c4181506efc5b9321c203dd107bbd63392b
      https://github.com/llvm/llvm-project/commit/8e2b2c4181506efc5b9321c203dd107bbd63392b
  Author: Alexey Bataev <a.bataev at outlook.com>
  Date:   2023-10-16 (Mon, 16 Oct 2023)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
    A llvm/test/Transforms/SLPVectorizer/X86/non-scheduled-inst-reused-as-last-inst.ll

  Log Message:
  -----------
  [SLP]Fix PR69196: Instruction does not dominate all uses

During emission of the postponed gathers, need to insert them before
user instruction to avoid use before definition crash.




More information about the All-commits mailing list