[PATCH] D63459: Loop Cache Analysis

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 17 13:44:13 PDT 2019


fhahn added a comment.

I would like to take another look, but do not want to block this for too long. Please feel free to commit if you don't hear from me by Monday.



================
Comment at: llvm/test/Analysis/LoopCacheAnalysis/loads-store.ll:4
+target datalayout = "e-m:e-i64:64-n32:64"
+target triple = "powerpc64le-unknown-linux-gnu"
+
----------------
We need to make sure that the PPC backend was built when running those tests. usually we put target-specific tests in target subdirectories, with a local lit.local.cfg, checking for the backend (e.g. see llvm/test/Transforms/LoopVectorize/PowerPC/lit.local.cfg)


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