[polly] XFAIL memset_null.ll.
authorEli Friedman <efriedma@quicinc.com>
Wed, 22 Jan 2020 01:28:47 +0000 (17:28 -0800)
committerEli Friedman <efriedma@quicinc.com>
Wed, 22 Jan 2020 01:29:44 +0000 (17:29 -0800)
I'm working on a patch, but not sure how long it'll take.

polly/test/ScopInfo/memset_null.ll

index b0d0be0..1a40091 100644 (file)
@@ -1,5 +1,7 @@
 ; RUN: opt %loadPolly -polly-allow-modref-calls -polly-scops -analyze < %s | FileCheck %s
 ; RUN: opt %loadPolly -polly-allow-modref-calls -S -polly-codegen < %s
+; XFAIL'ed due to change to memset attributes.
+; XFAIL: *
 ;
 ; Verify we can handle a memset to "null" and that we do not model it.
 ; TODO: FIXME: We could use the undefined memset to optimize the code further,