freebsd-dev/contrib/llvm-project
Dimitry Andric 91ec809f0a Apply llvm fix for assertion/crash building math/vtk
Merge commit 307ace7f20d5 from llvm git (by David Sherwood):

  [LoopVectorize] Ensure the VPReductionRecipe is placed after all it's inputs

  When vectorising ordered reductions we call a function
  LoopVectorizationPlanner::adjustRecipesForReductions to replace the
  existing VPWidenRecipe for the fadd instruction with a new
  VPReductionRecipe. We attempt to insert the new recipe in the same
  place, but this is wrong because createBlockInMask may have
  generated new recipes that VPReductionRecipe now depends upon. I
  have changed the insertion code to append the recipe to the
  VPBasicBlock instead.

  Added a new RUN with tail-folding enabled to the existing test:

    Transforms/LoopVectorize/AArch64/scalable-strict-fadd.ll

  Differential Revision: https://reviews.llvm.org/D129550

Reported by:	yuri
PR:		264834
MFC after:	3 days
2022-09-27 23:45:56 +02:00
..
clang Apply clang fix for assertion building llvm with libc++ 15 2022-07-03 21:33:22 +02:00
compiler-rt Merge llvm-project release/14.x llvmorg-14.0.4-0-g29f1039a7285 2022-06-04 15:18:46 +02:00
libcxx Merge llvm-project release/14.x llvmorg-14.0.4-0-g29f1039a7285 2022-06-04 15:18:46 +02:00
libunwind Merge llvm-project release/14.x llvmorg-14.0.0-rc2-12-g09546e1b5103 2022-05-14 13:46:11 +02:00
lld Merge llvm-project release/14.x llvmorg-14.0.4-0-g29f1039a7285 2022-06-04 15:18:46 +02:00
lldb Merge llvm-project release/14.x llvmorg-14.0.0-rc1-74-g4dc3cb8e3255 2022-05-14 13:45:57 +02:00
llvm Apply llvm fix for assertion/crash building math/vtk 2022-09-27 23:45:56 +02:00
openmp Merge llvm-project release/14.x llvmorg-14.0.0-rc1-74-g4dc3cb8e3255 2022-05-14 13:45:57 +02:00
FREEBSD-Xlist Merge llvm-project release/14.x llvmorg-14.0.0-rc2-12-g09546e1b5103 2022-05-14 13:46:11 +02:00