[PATCH] D131767: [AArch64] Tests for non-temporal load
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 12 07:53:39 PDT 2022
fhahn added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/nontemporal-load.ll:2
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc -O3 < %s -mtriple aarch64-apple-darwin | FileCheck %s
+
----------------
nit: -O3 is not needed here.
================
Comment at: llvm/test/CodeGen/AArch64/nontemporal-load.ll:4
+
+define <4 x double> @test_ldnp_v4f64(<4 x double>* %A) {
+; CHECK-LABEL: test_ldnp_v4f64:
----------------
Could you also add additional tests with vectors with odd number of elements and uncommon types, like `i27`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131767/new/
https://reviews.llvm.org/D131767
More information about the llvm-commits
mailing list