[llvm] [AArch64] - Fold and and cmp into tst (PR #110347)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 30 23:32:10 PDT 2024
================
@@ -0,0 +1,74 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc < %s -O1 -mtriple=aarch64 | FileCheck %s
----------------
davemgreen wrote:
I think this can remove -O1.
And can this test file be given a better name?
https://github.com/llvm/llvm-project/pull/110347
More information about the llvm-commits
mailing list