[X86] combineTargetShuffle - commute VPERMV3 shuffles so any load is on the RHS
[llvm-project.git] / mlir / test / IR / print-op-local-scope.mlir
blob2ff201cf6debbfb15948c78992bc49365c6b3a4e
1 // RUN: mlir-opt -allow-unregistered-dialect %s -mlir-print-local-scope | FileCheck %s
3 // CHECK: "foo.op"() : () -> memref<?xf32, affine_map<(d0) -> (d0 * 2)>>
4 "foo.op"() : () -> (memref<?xf32, affine_map<(d0) -> (2*d0)>>)