[flang-commits] [flang] [mlir] [MLIR][OpenMP] Changes to function-filtering pass (PR #71850)

Sergio Afonso via flang-commits flang-commits at lists.llvm.org
Fri Nov 10 03:27:02 PST 2023


================

----------------
skatrak wrote:

I think the MLIR check for `target_subr` can be updated, since there is no longer an early outlining pass that changes the function name for the device:
```diff
- ! MLIR-HOST: func.func @{{.*}}target_subr(
- ! MLIR-HOST: return
- ! MLIR-DEVICE: return
+ ! MLIR-ALL: func.func @{{.*}}target_subr(
```

https://github.com/llvm/llvm-project/pull/71850


More information about the flang-commits mailing list