[llvm] AArch64: Select FCANONICALIZE (PR #104429)
David Green via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 10 01:28:24 PDT 2024
================
@@ -0,0 +1,168 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc --mtriple=aarch64 --mattr=+fullfp16 < %s | FileCheck %s --check-prefix=AARCH64
----------------
davemgreen wrote:
Remove --check-prefix=AARCH64, but it is worth adding a non-fp16 run line too. Something like
```
; RUN: llc -mtriple=aarch64 -verify-machineinstrs %s -o - | FileCheck %s --check-prefixes=CHECK,CHECK-NOFP16
; RUN: llc -mtriple=aarch64 -mattr=+fullfp16 -verify-machineinstrs %s -o - | FileCheck %s --check-prefixes=CHECK,CHECK-FP16
```
https://github.com/llvm/llvm-project/pull/104429
More information about the llvm-commits
mailing list