Sign in
llvm
/
llvm-project
/
refs/heads/users/shiltian/amdgpu-thinlto-summary-block
/
.
/
mlir
/
test
/
Dialect
/
Async
/
canonicalize.mlir
blob: 1a74eaa344e1695907408478679e38e48e082900 [
file
] [
edit
]
// RUN: mlir-opt %s -split-input-file -canonicalize | FileCheck %s
// CHECK-NOT: async.execute
func
.
func
@empty_execute
()
{
%
token
=
async
.
execute
{
async
.
yield
}
return
}