[polly] d9e6196 - [polly] XFAIL memset_null.ll.
Eli Friedman via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 21 17:30:18 PST 2020
Author: Eli Friedman
Date: 2020-01-21T17:29:44-08:00
New Revision: d9e6196312044b37f7ced7877e1a2c155398ee6d
URL: https://github.com/llvm/llvm-project/commit/d9e6196312044b37f7ced7877e1a2c155398ee6d
DIFF: https://github.com/llvm/llvm-project/commit/d9e6196312044b37f7ced7877e1a2c155398ee6d.diff
LOG: [polly] XFAIL memset_null.ll.
I'm working on a patch, but not sure how long it'll take.
Added:
Modified:
polly/test/ScopInfo/memset_null.ll
Removed:
################################################################################
diff --git a/polly/test/ScopInfo/memset_null.ll b/polly/test/ScopInfo/memset_null.ll
index b0d0be0d3b89..1a40091e3c89 100644
--- a/polly/test/ScopInfo/memset_null.ll
+++ b/polly/test/ScopInfo/memset_null.ll
@@ -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,
More information about the llvm-commits
mailing list