[PATCH] D63459: Loop Cache Analysis
David Greene via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 18 17:54:36 PDT 2019
greened added inline comments.
================
Comment at: llvm/test/Analysis/LoopCacheAnalysis/loads-store.ll:1
+; RUN: opt < %s -passes='print<loop-cache-cost>' -disable-output 2>&1 | FileCheck %s
+
----------------
I'd like to see block comments at the top of all of these tests explaining what they are testing. It will be much easier to understand what's going on when these tests fail.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63459/new/
https://reviews.llvm.org/D63459
More information about the llvm-commits
mailing list