[llvm] [GlobalISel] Combine G_UNMERGE_VALUES with anyext and build vector (PR #112370)

Amara Emerson via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 15 09:59:54 PDT 2024


Thorsten =?utf-8?q?Sch=C3=BCtt?= <schuett at gmail.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/112370 at github.com>


================
@@ -868,6 +868,14 @@ class GZext : public GCastOp {
   };
 };
 
+/// Represents an any ext.
+class GAnyExt : public GCastOp {
----------------
aemerson wrote:

You also need to add a case to the switch in `GCastOp`

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


More information about the llvm-commits mailing list