[llvm] [AArch64][SelectionDAG] Add CodeGen support for scalar FEAT_CPA (PR #105669)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 3 06:06:34 PST 2025
================
@@ -0,0 +1,451 @@
+; RUN: llc -mtriple=aarch64 -verify-machineinstrs --mattr=+cpa -O0 -global-isel=0 -fast-isel=0 %s -o - 2>&1 | FileCheck %s --check-prefixes=CHECK-CPA-O0
+; RUN: llc -mtriple=aarch64 -verify-machineinstrs --mattr=+cpa -O3 -global-isel=0 -fast-isel=0 %s -o - 2>&1 | FileCheck %s --check-prefixes=CHECK-CPA-O3
----------------
davemgreen wrote:
Does this need -O3 and -O0 run lines?
https://github.com/llvm/llvm-project/pull/105669
More information about the llvm-commits
mailing list