[PATCH] D13529: [Polly] Allow alloca instructions in the SCoP

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 7 13:49:04 PDT 2015


jdoerfert created this revision.
jdoerfert added reviewers: grosser, Meinersbur.
jdoerfert added a subscriber: Polly.

  Alloca instructions are no different to other instructions and can
  therefore be allowed in the SCoP.

http://reviews.llvm.org/D13529

Files:
  include/polly/ScopDetectionDiagnostic.h
  lib/Analysis/ScopDetection.cpp
  lib/Analysis/ScopDetectionDiagnostic.cpp
  test/Isl/CodeGen/alloca-in-region.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13529.36791.patch
Type: text/x-patch
Size: 7197 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151007/30be64f9/attachment.bin>


More information about the llvm-commits mailing list