[polly] XFAIL memset_null.ll.

I'm working on a patch, but not sure how long it'll take.
This commit is contained in:
Eli Friedman 2020-01-21 17:28:47 -08:00
parent 55c81d4282
commit d9e6196312

View 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 -polly-scops -analyze < %s | FileCheck %s
; RUN: opt %loadPolly -polly-allow-modref-calls -S -polly-codegen < %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. ; 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, ; TODO: FIXME: We could use the undefined memset to optimize the code further,