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

Kiran Chandramohan llvmlistbot at llvm.org
Sat Nov 18 03:38:31 PST 2023


https://github.com/kiranchandramohan commented:

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 `{{.*}}`.

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


More information about the Mlir-commits mailing list