[PATCH] D45066: [Polly] [ScopInfo] Remove bail out condition in buildMinMaxAccess()

SAHIL GIRISH YERAWAR via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 5 23:35:52 PDT 2018


cs15btech11044 updated this revision to Diff 141283.
cs15btech11044 added a comment.

Implementing the changes suggested by @Meinersbur 
List of failing regression tests:

  Failing Tests (10):
      Polly :: Isl/Ast/aliasing_parametric_simple_2.ll
      Polly :: Isl/CodeGen/OpenMP/recomputed-srem.ll
      Polly :: Isl/CodeGen/alias-check-multi-dim.ll
      Polly :: Isl/CodeGen/aliasing_parametric_simple_2.ll
      Polly :: Isl/CodeGen/exprModDiv.ll
      Polly :: Isl/CodeGen/scev_expansion_in_nonaffine.ll
      Polly :: Isl/CodeGen/test-invalid-operands-for-select-2.ll
      Polly :: Isl/CodeGen/test-invalid-operands-for-select.ll
      Polly :: ScopInfo/aliasing_many_parameters_not_all_involved.ll
      Polly :: ScopInfo/invariant_load_zext_parameter-2.ll
  
    Expected Passes    : 1033
    Expected Failures  : 13
    Unsupported Tests  : 73
    Unexpected Failures: 10


https://reviews.llvm.org/D45066

Files:
  lib/Analysis/ScopInfo.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45066.141283.patch
Type: text/x-patch
Size: 3432 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180406/bea29e60/attachment.bin>


More information about the llvm-commits mailing list