[llvm] [AArch64][FEAT_CMPBR] Codegen for Armv9.6-a compare-and-branch (PR #116465)

David Green via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 18 10:56:20 PST 2024


================
@@ -0,0 +1,402 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -mtriple arm64-apple-ios -mattr +cmpbr -verify-machineinstrs -o - < %s | FileCheck %s
+
+define void @cbgt.i32(i32 %a)  {
----------------
davemgreen wrote:

It is best to remove the '.'s from function names.

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


More information about the llvm-commits mailing list