[llvm] [GlobalIsel] Visit ICmp (PR #105991)

Jason Eckhardt via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 25 16:45:03 PDT 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/105991 at github.com>


================
@@ -1944,7 +1981,7 @@ def constant_fold_binops : GICombineGroup<[constant_fold_binop,
 
 def prefer_sign_combines : GICombineGroup<[nneg_zext]>;
 
-def all_combines : GICombineGroup<[integer_reassoc_combines, trivial_combines,
+def all_combines : GICombineGroup<[icmp_combines, integer_reassoc_combines, trivial_combines,
----------------
nvjle wrote:

CS nit: Now > 80 columns.

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


More information about the llvm-commits mailing list