We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c81d4 commit d9e6196Copy full SHA for d9e6196
polly/test/ScopInfo/memset_null.ll
@@ -1,5 +1,7 @@
1
; RUN: opt %loadPolly -polly-allow-modref-calls -polly-scops -analyze < %s | FileCheck %s
2
; RUN: opt %loadPolly -polly-allow-modref-calls -S -polly-codegen < %s
3
+; XFAIL'ed due to change to memset attributes.
4
+; XFAIL: *
5
;
6
; Verify we can handle a memset to "null" and that we do not model it.
7
; TODO: FIXME: We could use the undefined memset to optimize the code further,
0 commit comments