[all-commits] [llvm/llvm-project] 4a6f47: [LV] Make test more robust by adding users of indu...

Florian Hahn via All-commits all-commits at lists.llvm.org
Mon Jan 17 05:30:06 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4a6f47544610c26484ece3cf74fbbc80355e93a1
      https://github.com/llvm/llvm-project/commit/4a6f47544610c26484ece3cf74fbbc80355e93a1
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2022-01-17 (Mon, 17 Jan 2022)

  Changed paths:
    M llvm/test/Transforms/LoopVectorize/X86/pr36524.ll
    M llvm/test/Transforms/LoopVectorize/pr35773.ll

  Log Message:
  -----------
  [LV] Make test more robust by adding users of inductions.

The modified tests didn't have actual users of all inductions, making it
trivial to eliminate them. Add users to make sure the inductions are
actually used in the vectorized version.




More information about the All-commits mailing list