[PATCH] D131767: [AArch64] Tests for non-temporal load
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 12 08:39:42 PDT 2022
fhahn added a comment.
> Add coverage for tests with odd vectors and remove uncesseary flags
Thanks for the update. It looks like it is still missing tests with uncommon element types, like `i27`.
================
Comment at: llvm/test/CodeGen/AArch64/nontemporal-load.ll:240
+; CHECK-NEXT: ret
+ %lv = load<33 x double>, <33 x double>* %A, align 8, !nontemporal !0
+ ret <33 x double> %lv
----------------
nit: missing space between `load<33..`
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