[Mlir-commits] [mlir] [mlir] Add `convertInstruction` and `getSupportedInstructions` to `LLVMImportInterface` (PR #86799)

Christian Ulmann llvmlistbot at llvm.org
Wed Mar 27 07:05:32 PDT 2024


================
@@ -0,0 +1,11 @@
+; RUN: mlir-translate -test-import-llvmir %s | FileCheck %s
+
+; CHECK-LABEL: @custom_load
+; CHECK-SAME:  %[[PTR:[a-zA-Z0-9]+]]
----------------
Dinistro wrote:

```suggestion
; CHECK-SAME:  %[[PTR:[:alnum:]+]]
```
This would be a bit simpler, I think.

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


More information about the Mlir-commits mailing list