[PATCH] D148122: [NFC][AArch64] Add cost model tests for extending loads
Matt Devereau via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 18 06:05:03 PDT 2023
MattDevereau accepted this revision.
MattDevereau added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/test/Analysis/CostModel/AArch64/masked_ldst.ll:41
; Legal fixed-width floating point types
%v2f16 = call <2 x half> @llvm.masked.load.v2f16.p0(ptr undef, i32 8, <2 x i1> undef, <2 x half> undef)
----------------
It's a bit weird that this file is called masked_ldst.ll when it doesn't have a single store in it, I'd consider renaming it
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148122/new/
https://reviews.llvm.org/D148122
More information about the llvm-commits
mailing list