[PATCH] D40492: Handle Top-Level-Regions in polly::isHoistableLoad
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 27 08:11:07 PST 2017
Meinersbur added inline comments.
================
Comment at: test/ScopDetect/tlr_is_hoistable_load.ll:1-3
+; RUN: opt %loadPolly -analyze -polly-scops -polly-process-unprofitable \
+; RUN: -polly-invariant-load-hoisting -polly-scops \
+; RUN: -polly-detect-full-functions < %s
----------------
It would be nice to have a line that describes what this is testing. We usually also add `FileCheck`/`CHECK` lines to verify the expected output.
https://reviews.llvm.org/D40492
More information about the llvm-commits
mailing list