[llvm] [GlobalISel] Combine [S,U]SUBO (PR #116489)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 16 09:54:40 PST 2024
================
@@ -1901,6 +1907,13 @@ def cmp_combines: GICombineGroup<[
redundant_binop_in_equality
]>;
+
+def artifact_combines: GICombineGroup<[
+ merge_combines,
+ match_addos,
+ match_subos
----------------
arsenm wrote:
These names aren't great. match_subo_no_overflow?
https://github.com/llvm/llvm-project/pull/116489
More information about the llvm-commits
mailing list