[llvm] [AArch64] optimize lowering for icmp on i128 when RHS is an immediate (PR #181822)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 8 01:04:18 PDT 2026
================
@@ -0,0 +1,163 @@
+; RUN: llc -mtriple=aarch64-linux-gnu -O3 -o - < %s | FileCheck %s
----------------
davemgreen wrote:
Use update_llc_test_checks.py to keep them like the other tests. It makes them all more consistent and simpler to maintain.
https://github.com/llvm/llvm-project/pull/181822
More information about the llvm-commits
mailing list