[llvm] [GlobalISel] Combine [S,U]SUBO (PR #116489)
Amara Emerson via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 17 20:08:07 PST 2024
Thorsten =?utf-8?q?Schütt?= <schuett at gmail.com>,
Thorsten =?utf-8?q?Schütt?= <schuett at gmail.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/116489 at github.com>
================
@@ -1901,6 +1907,13 @@ def cmp_combines: GICombineGroup<[
redundant_binop_in_equality
]>;
+
+def artifact_combines: GICombineGroup<[
+ merge_combines,
+ match_addos,
----------------
aemerson wrote:
Just create a new group for these? And then add the group to the post-legalizer combiner set.
https://github.com/llvm/llvm-project/pull/116489
More information about the llvm-commits
mailing list