[llvm] [GlobalIsel] Visit ICmp (PR #105991)
Dhruv Chawla via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 25 21:50:04 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>
================
@@ -0,0 +1,292 @@
+//===- CombinerHelperCompares.cpp------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+//
+// This file implements CombinerHelper for G_ICMP
----------------
dc03-work wrote:
Nit: missing period.
https://github.com/llvm/llvm-project/pull/105991
More information about the llvm-commits
mailing list