https://github.com/matthias-springer updated
https://github.com/llvm/llvm-project/pull/121646
>From bf57b8d0a3da1c9d383374399a36f766df3f255e Mon Sep 17 00:00:00 2001
From: Matthias Springer
Date: Sat, 4 Jan 2025 13:53:38 +0100
Subject: [PATCH] [mlir][Transforms] Detect mapping overwrites during
https://github.com/matthias-springer converted_to_draft
https://github.com/llvm/llvm-project/pull/121646
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
llvmbot wrote:
@llvm/pr-subscribers-mlir-core
Author: Matthias Springer (matthias-springer)
Changes
Add extra assertions to make sure that a value in the conversion value mapping
is not overwritten during `applySignatureConversion`.
Depends on #121644.
---
Full diff: https://github.com
https://github.com/matthias-springer created
https://github.com/llvm/llvm-project/pull/121646
Add extra assertions to make sure that a value in the conversion value mapping
is not overwritten during `applySignatureConversion`.
Depends on #121644.
>From f0edd0362d0b4ff6b1b2aef53b9cce256d60da0
@@ -650,48 +650,127 @@ literal types are uniqued in recent versions of LLVM.
.. _nointptrtype:
-Non-Integral Pointer Type
--
+Non-Integral and Unstable Pointer Types
+---
-Note: non-integral pointer types are a wor