[llvm] [AArch64] fix copy from GPR32 to FPR16 (PR #176594)
Folkert de Vries via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 23 04:24:56 PST 2026
================
@@ -1,10 +1,77 @@
-; RUN: llc -mtriple=aarch64 -global-isel -global-isel-abort=2 %s -o - | FileCheck %s
+; RUN: llc -mtriple=aarch64 -global-isel -global-isel-abort=2 %s -o - | FileCheck %s --check-prefixes=O2
+; RUN: llc -mtriple=aarch64 -global-isel -global-isel-abort=2 -O0 %s -o - | FileCheck %s --check-prefixes=O0
----------------
folkertdev wrote:
They both need `CHECK,` I think. Or that seems to work at least.
https://github.com/llvm/llvm-project/pull/176594
More information about the llvm-commits
mailing list