[llvm] [AArch64] Allow peephole to optimize AND + signed compare with 0 (PR #153608)

Benjamin Maxwell via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 22 08:31:07 PDT 2025


================
@@ -0,0 +1,41 @@
+# RUN: llc -mtriple=aarch64-linux-gnu -run-pass peephole-opt -o - %s | FileCheck %s
----------------
MacDue wrote:

Use `update_mir_test_checks.py` rather than manual checks. 

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


More information about the llvm-commits mailing list