Commit d9e61963 authored by Eli Friedman's avatar Eli Friedman
Browse files

[polly] XFAIL memset_null.ll.

I'm working on a patch, but not sure how long it'll take.
parent 55c81d42
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
; 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,