[Mlir-commits] [mlir] [NFC][OpenMP][MLIR] Add MLIR test for lowering parallel if (PR #71788)

Dominik Adamski llvmlistbot at llvm.org
Thu Nov 23 01:39:27 PST 2023


DominikAdamski wrote:

> I think, generally, the `%` in the mlir SSA value is not captured usually. Only the name or number is captured.
> 
> ```
> // CHECK:         %[[VAL_0:.*]] = alloca [1 x ptr], align 8
> ```
> 
> Also, only capture the values that are required for the checks. Others can be skipped using `{{.*}}`.

Done

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


More information about the Mlir-commits mailing list