Skip to content

Commit

Permalink
[FIX] Resolve test failure in polly/test/ScopInfo/memcpy-raw-source.ll
Browse files Browse the repository at this point in the history
scoped-noalias -> scoped-noalias-aa

reference: https://reviews.llvm.org/D84542

Reviewed By: aeubanks

Differential Revision: https://reviews.llvm.org/D84720
  • Loading branch information
apolloww authored and htyu committed Jul 28, 2020
1 parent 9b1539b commit 46ebb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.
Expand Down

0 comments on commit 46ebb61

Please sign in to comment.