[Mlir-commits] [mlir] [mlir] Avoid common folder assuming all types are supported (PR #68054)
Jakub Kuderski
llvmlistbot at llvm.org
Mon Oct 2 19:45:05 PDT 2023
================
@@ -2669,3 +2669,20 @@ func.func @extsi_poison() -> i64 {
%1 = arith.extsi %0 : i32 to i64
return %1 : i64
}
+
+// Just checks that this doesn't crashes.
----------------
kuhar wrote:
```suggestion
// Just checks that this doesn't crash.
```
https://github.com/llvm/llvm-project/pull/68054
More information about the Mlir-commits
mailing list