mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 08:30:34 +08:00
[FIX] Resolve test failure in polly/test/ScopInfo/memcpy-raw-source.ll
scoped-noalias -> scoped-noalias-aa reference: https://reviews.llvm.org/D84542 Reviewed By: aeubanks Differential Revision: https://reviews.llvm.org/D84720
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user