[llvm] [AArch64][FEAT_CMPBR] Codegen for Armv9.6-a compare-and-branch (PR #116465)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 20 11:26:13 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
----------------
SpencerAbson wrote:
For these positive tests, might it be worth changing this to:
```suggestion
; RUN: llc -mtriple arm64-apple-ios -verify-machineinstrs -o - < %s | FileCheck %s -check-prefix=CHECK-NO-CMPBR
; RUN: llc -mtriple arm64-apple-ios -mattr +cmpbr -verify-machineinstrs -o - < %s | FileCheck %s -check-prefix=CHECK-CMPBR
```
?
https://github.com/llvm/llvm-project/pull/116465
More information about the llvm-commits
mailing list