[all-commits] [llvm/llvm-project] 30b0c4: [LoopCacheAnalysis]: handle mismatch type for Nume...

Chen Zheng via All-commits all-commits at lists.llvm.org
Fri Aug 6 09:52:49 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 30b0c455b150c9e29f2a4f500fa721dea82d5e37
      https://github.com/llvm/llvm-project/commit/30b0c455b150c9e29f2a4f500fa721dea82d5e37
  Author: Zheng Chen <czhengsz at cn.ibm.com>
  Date:   2021-08-06 (Fri, 06 Aug 2021)

  Changed paths:
    M llvm/lib/Analysis/LoopCacheAnalysis.cpp
    A llvm/test/Analysis/LoopCacheAnalysis/PowerPC/compute-cost-m32.ll

  Log Message:
  -----------
  [LoopCacheAnalysis]: handle mismatch type for Numerator and CacheLineSize

fix an assertion due to mismatch type for Numerator and CacheLineSize in loop cache analysis pass.

Reviewed By: bmahjour

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




More information about the All-commits mailing list