[all-commits] [llvm/llvm-project] 5f928a: [SLP]Properly define incoming block for user PHI n...

Alexey Bataev via All-commits all-commits at lists.llvm.org
Tue Feb 21 08:02:02 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5f928a223ef2c14701eab3077a534c1e49269a51
      https://github.com/llvm/llvm-project/commit/5f928a223ef2c14701eab3077a534c1e49269a51
  Author: Alexey Bataev <a.bataev at outlook.com>
  Date:   2023-02-21 (Tue, 21 Feb 2023)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
    A llvm/test/Transforms/SLPVectorizer/phi-not-ordered.ll

  Log Message:
  -----------
  [SLP]Properly define incoming block for user PHI nodes.

MainOp of the PHI vectorizable entries contains the proper order of
incoming blocks, not the last instruction in the block.




More information about the All-commits mailing list