[PATCH] D155311: [AArch64][GISel] Additional FPTrunc vector lowering
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 14 10:19:07 PDT 2023
arsenm accepted this revision.
arsenm added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/test/CodeGen/AArch64/fptrunc.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 2
+; RUN: llc -mtriple=aarch64-none-eabi -verify-machineinstrs %s -o - | FileCheck %s --check-prefixes=CHECK,CHECK-SD
+; RUN: llc -mtriple=aarch64-none-eabi -global-isel -verify-machineinstrs %s -o - | FileCheck %s --check-prefixes=CHECK,CHECK-GI
----------------
should use explicit =0/=1 so it doesn't break when the default switches
================
Comment at: llvm/test/CodeGen/AArch64/fptrunc.ll:35
+
+define <2 x float> @fptrunc_v2f64_v2f32(<2 x double> %a) {
+; CHECK-LABEL: fptrunc_v2f64_v2f32:
----------------
v3 tests often find interesting broken things
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155311/new/
https://reviews.llvm.org/D155311
More information about the llvm-commits
mailing list