[PATCH] D84720: [FIX] Resolve test failure in polly/test/ScopInfo/memcpy-raw-source.ll

Hongtao Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 28 09:16:20 PDT 2020


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG46ebb619bf0f: [FIX] Resolve test failure in polly/test/ScopInfo/memcpy-raw-source.ll (authored by weiwang, committed by hoyFB).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84720/new/

https://reviews.llvm.org/D84720

Files:
  polly/test/ScopInfo/memcpy-raw-source.ll


Index: polly/test/ScopInfo/memcpy-raw-source.ll
===================================================================
--- polly/test/ScopInfo/memcpy-raw-source.ll
+++ polly/test/ScopInfo/memcpy-raw-source.ll
@@ -1,4 +1,4 @@
-; RUN: opt %loadPolly -basic-aa -scoped-noalias -tbaa -polly-scops -analyze < %s
+; RUN: opt %loadPolly -basic-aa -scoped-noalias-aa -tbaa -polly-scops -analyze < %s
 ;
 ; Ensure that ScopInfo's alias analysis llvm.memcpy for,
 ; like the AliasSetTracker, preserves bitcasts.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84720.281253.patch
Type: text/x-patch
Size: 499 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200728/ed1487ff/attachment.bin>


More information about the llvm-commits mailing list