[polly] 84046eb - [Polly] Fix test after D104732.

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 23 13:00:38 PDT 2021


Author: Michael Kruse
Date: 2021-06-23T14:59:53-05:00
New Revision: 84046ebd9543d60832d9a580bcbe2e3e5acc3217

URL: https://github.com/llvm/llvm-project/commit/84046ebd9543d60832d9a580bcbe2e3e5acc3217
DIFF: https://github.com/llvm/llvm-project/commit/84046ebd9543d60832d9a580bcbe2e3e5acc3217.diff

LOG: [Polly] Fix test after D104732.

The SCEV analysis has been improved to identify a write access as a MustWrite.

Added: 
    

Modified: 
    polly/test/ScopInfo/fortran_array_param_nonmalloc_nonvectored.ll

Removed: 
    


################################################################################
diff  --git a/polly/test/ScopInfo/fortran_array_param_nonmalloc_nonvectored.ll b/polly/test/ScopInfo/fortran_array_param_nonmalloc_nonvectored.ll
index 04af4224aac4..6e86bcea0e55 100644
--- a/polly/test/ScopInfo/fortran_array_param_nonmalloc_nonvectored.ll
+++ b/polly/test/ScopInfo/fortran_array_param_nonmalloc_nonvectored.ll
@@ -65,4 +65,4 @@ return:                                           ; preds = %return.loopexit, %e
   ret void
 }
 
-; CHECK: MayWriteAccess := [Reduction Type: NONE] [Fortran array descriptor: xs] [Scalar: 0]
+; CHECK: MustWriteAccess := [Reduction Type: NONE] [Fortran array descriptor: xs] [Scalar: 0]


        


More information about the llvm-commits mailing list