Loading polly/test/ScopInfo/memset_null.ll +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, Loading Loading
polly/test/ScopInfo/memset_null.ll +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, Loading