[llvm] [GlobalIsel] Combine G_ADD and G_SUB (PR #92879)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed May 22 09:33:41 PDT 2024


Thorsten =?utf-8?q?Schütt?= <schuett at gmail.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/92879 at github.com>


================
@@ -0,0 +1,226 @@
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
+# RUN: llc -mtriple aarch64 -run-pass=aarch64-prelegalizer-combiner -verify-machineinstrs %s -o - | FileCheck %s
----------------
arsenm wrote:

Don't think you need -verify-machineinstrs 

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


More information about the llvm-commits mailing list