[llvm] [GlobalISel] Combine [S,U]SUBO (PR #116489)
Thorsten Schütt via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 18 03:16:11 PST 2024
================
@@ -1901,6 +1907,13 @@ def cmp_combines: GICombineGroup<[
redundant_binop_in_equality
]>;
+
+def artifact_combines: GICombineGroup<[
+ merge_combines,
+ match_addos,
----------------
tschuett wrote:
I splitted them again into two topic groups.
https://github.com/llvm/llvm-project/pull/116489
More information about the llvm-commits
mailing list