Mercurial > hg > CbC > CbC_llvm
view mlir/test/IR/print-op-local-scope.mlir @ 150:1d019706d866
LLVM10
author | anatofuz |
---|---|
date | Thu, 13 Feb 2020 15:10:13 +0900 |
parents | |
children | 0572611fdcc8 |
line wrap: on
line source
// RUN: mlir-opt %s -mlir-print-local-scope | FileCheck %s --dump-input-on-failure // CHECK: "foo.op"() : () -> memref<?xf32, affine_map<(d0) -> (d0 * 2)>> "foo.op"() : () -> (memref<?xf32, affine_map<(d0) -> (2*d0)>>)