[all-commits] [llvm/llvm-project] 6dc456: [LV] Remove redundant check line from recurrence t...

Florian Hahn via All-commits all-commits at lists.llvm.org
Wed Mar 2 05:49:06 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6dc456a375d077308759d73b927de74dcc16f0f0
      https://github.com/llvm/llvm-project/commit/6dc456a375d077308759d73b927de74dcc16f0f0
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2022-03-02 (Wed, 02 Mar 2022)

  Changed paths:
    M llvm/test/Transforms/LoopVectorize/first-order-recurrence.ll

  Log Message:
  -----------
  [LV] Remove redundant check line from recurrence test.

The removed line matches the previous line, modulo the check prefix.
There is no way to disable sinking instructions as required due to
first-order recurrence and removing the line should be safe.




More information about the All-commits mailing list