[llvm] [GlobalISel] Combine G_UNMERGE_VALUES with anyext and build vector (PR #112370)
Thorsten Schütt via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 15 10:02:50 PDT 2024
================
@@ -868,6 +868,14 @@ class GZext : public GCastOp {
};
};
+/// Represents an any ext.
+class GAnyExt : public GCastOp {
----------------
tschuett wrote:
`CastOp` already has `G_ANYZEXT` or why misunderstood your comment.
https://github.com/llvm/llvm-project/pull/112370
More information about the llvm-commits
mailing list