[PATCH] D114946: [AArch64] Add instruction selection for strict FP

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 3 05:36:53 PST 2021


dmgreen added a comment.

If you could split things up a bit whilst you are at it, that might make it easier to get through the review bit at a time too.



================
Comment at: llvm/test/CodeGen/AArch64/fp-intrinsics.ll:1
-; RUN: llc -mtriple=aarch64-none-eabi %s -o - | FileCheck %s
+; RUN: llc -mtriple=aarch64-none-eabi %s -o - | FileCheck %s --check-prefixes=CHECK,CHECK-NOFP16
+; RUN: llc -mtriple=aarch64-none-eabi -mattr=+fullfp16 %s -o - | FileCheck %s --check-prefixes=CHECK,CHECK-FP16
----------------
Using update_llc_test_checks would be good, I think.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114946/new/

https://reviews.llvm.org/D114946



More information about the llvm-commits mailing list