[llvm] [GlobalISel] Combine [S,U]SUBO (PR #116489)

Amara Emerson via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 16 12:54:47 PST 2024


Thorsten =?utf-8?q?Sch=C3=BCtt?= <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:

These aren't artifacts.

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


More information about the llvm-commits mailing list