From 4826fc92088f05b482ecb2a32a7736f26bdec064 Mon Sep 17 00:00:00 2001 From: Ivan Radanov Ivanov Date: Thu, 28 Sep 2023 15:12:04 +0900 Subject: [PATCH] XFAIL --- test/polygeist-opt/bufcopy.mlir | 4 +++- test/polygeist-opt/llvmmem2reg.mlir | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/test/polygeist-opt/bufcopy.mlir b/test/polygeist-opt/bufcopy.mlir index d97d1fdee0c6..c38688c0bf62 100644 --- a/test/polygeist-opt/bufcopy.mlir +++ b/test/polygeist-opt/bufcopy.mlir @@ -1,5 +1,7 @@ +// RUN: polygeist-opt --canonicalize-polygeist --split-input-file %s | FileCheck %s + // TODO: we have currenly disabled the buffer elimination optimization as it is buggy, FIX -// UNRESOLVED: polygeist-opt --canonicalize-polygeist --split-input-file %s | FileCheck %s +// XFAIL: * module { diff --git a/test/polygeist-opt/llvmmem2reg.mlir b/test/polygeist-opt/llvmmem2reg.mlir index 406946c98d4e..d29e4ae4ae00 100644 --- a/test/polygeist-opt/llvmmem2reg.mlir +++ b/test/polygeist-opt/llvmmem2reg.mlir @@ -1,5 +1,7 @@ +// RUN: polygeist-opt --polygeist-mem2reg --split-input-file %s | FileCheck %s + // TODO: Fix mem2reg using opaque llvm pointers -// UNRESOLVED: polygeist-opt --polygeist-mem2reg --split-input-file %s | FileCheck %s +// XFAIL: * module { func.func @ll(%arg0: !llvm.ptr) -> !llvm.ptr {