[all-commits] [llvm/llvm-project] 559031: [VPlan] Use isUniformAfterVec in VPReplicateRecipe...

Florian Hahn via All-commits all-commits at lists.llvm.org
Fri May 19 10:15:37 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 55903151a2a505284ce3fcd955b1d394df0b55ea
      https://github.com/llvm/llvm-project/commit/55903151a2a505284ce3fcd955b1d394df0b55ea
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2023-05-19 (Fri, 19 May 2023)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

  Log Message:
  -----------
  [VPlan] Use isUniformAfterVec in VPReplicateRecipe::execute.

I was unable to find a case where this actually changes generated code,
but it enables the bug fix in D144434. It also brings codegen in line
with the handling of stores to uniform addresses in the cost model
(D134460).

Reviewed By: Ayal

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




More information about the All-commits mailing list