brintos

brintos / llvm-project-archived public Read only

0
0
Text · 184 B · 1a74eaa Raw
11 lines · plain
1// RUN: mlir-opt %s -split-input-file -canonicalize | FileCheck %s2 3// CHECK-NOT: async.execute4 5func.func @empty_execute() {6  %token = async.execute {7    async.yield8  }9  return10}11