[all-commits] [llvm/llvm-project] 1ed555: [LV] Fix test cases where vector loop never executed.

Florian Hahn via All-commits all-commits at lists.llvm.org
Wed Aug 31 05:25:23 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1ed555a62b88b1511961e3f885f35dab5aa3a700
      https://github.com/llvm/llvm-project/commit/1ed555a62b88b1511961e3f885f35dab5aa3a700
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2022-08-31 (Wed, 31 Aug 2022)

  Changed paths:
    M llvm/test/Transforms/LoopVectorize/AArch64/extractvalue-no-scalarization-required.ll
    M llvm/test/Transforms/LoopVectorize/instruction-only-used-outside-of-loop.ll

  Log Message:
  -----------
  [LV] Fix test cases where vector loop never executed.

It looks like the vector loops in the modified test cases
unintentionally never get executed. Update the exit condition to ensure
it does to avoid them getting optimized away in upcoming changes.




More information about the All-commits mailing list