Temporarily mark hlo-legalize-to-lhlo.mlir as failing, pending fixes

Upstream changed the buffer assignment API and this needs adjustment on our side.

PiperOrigin-RevId: 329959756
This commit is contained in:
Mehdi Amini 2020-09-03 11:35:20 -07:00 committed by TensorFlow MLIR Team
parent 801262688c
commit 56689ce908
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
// RUN: mlir-hlo-opt -hlo-legalize-to-lhlo -buffer-placement -split-input-file %s -o - | FILECHECK_OPTS="" FileCheck --check-prefixes=PRE,BOTH %s
// RUN: mlir-hlo-opt -hlo-legalize-to-lhlo=results-escape-function=true -buffer-placement -split-input-file %s -o - | FILECHECK_OPTS="" FileCheck --check-prefixes=ESC,BOTH %s
// TODO(herhut): unbreak the test after upstream API changes.
// XFAIL: *
// BOTH-LABEL: func @attrs
func @attrs_copy(%operand: memref<2x2xf32>, %result: memref<2x2xf32>) {