[all-commits] [llvm/llvm-project] 41a382: [LV] Added pre-commit tests for changing loop inte...

Nilanjana Basu via All-commits all-commits at lists.llvm.org
Mon Dec 11 21:39:38 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 41a38288388a91d259fd9b1068c85ff9a19eafa5
      https://github.com/llvm/llvm-project/commit/41a38288388a91d259fd9b1068c85ff9a19eafa5
  Author: Nilanjana Basu <n_basu at apple.com>
  Date:   2023-12-12 (Tue, 12 Dec 2023)

  Changed paths:
    R llvm/test/Transforms/LoopVectorize/AArch64/interleave_count.ll
    A llvm/test/Transforms/LoopVectorize/AArch64/interleave_count_for_estimated_tc.ll
    A llvm/test/Transforms/LoopVectorize/AArch64/interleave_count_for_known_tc.ll

  Log Message:
  -----------
  [LV] Added pre-commit tests for changing loop interleaving count computation (#74689)

Added more pre-commit tests for evaluating changes to loop interleaving count computation in (https://github.com/llvm/llvm-project/pull/73766). The new set of tests address the change in IC computation to minimize the remainder TC of the vectorized loop while maximizing the IC when the
remainder TC is the same.




More information about the All-commits mailing list