[llvm] [AArch64][GISel] Translate legal SVE formal arguments and select COPY for SVE (PR #95236)

Madhur Amilkanthwar via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 12 07:45:05 PDT 2024


================
@@ -0,0 +1,45 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc -mtriple=aarch64-linux-gnu -O0 -mattr=+sve -global-isel -global-isel-abort=1 -aarch64-enable-gisel-sve=1 %s -o - | FileCheck %s
----------------
madhur13490 wrote:

Why with -O0?

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


More information about the llvm-commits mailing list