[all-commits] [llvm/llvm-project] 5e004f: [LoopCacheAnalysis][NFC] Add a test case for impro...

CongzheUalberta via All-commits all-commits at lists.llvm.org
Wed May 4 14:13:52 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5e004fb787698440a387750db7f8028e7cb14cfc
      https://github.com/llvm/llvm-project/commit/5e004fb787698440a387750db7f8028e7cb14cfc
  Author: Congzhe Cao <congzhe.cao at huawei.com>
  Date:   2022-05-04 (Wed, 04 May 2022)

  Changed paths:
    M llvm/test/Analysis/LoopCacheAnalysis/PowerPC/single-store.ll

  Log Message:
  -----------
  [LoopCacheAnalysis][NFC] Add a test case for improved loop cache analysis cost calculation

Added a motivating test case for D123400 where the loopnest has a
suboptimal loop order j-i-k. After D123400 we ensure that the order
of loop cache analysis output is loop i-j-k, despite the suboptimal
order in the original loopnest.

Reviewed By: bmahjour, #loopoptwg

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




More information about the All-commits mailing list