[PATCH] D154835: [AArch64] Create SVE Min/Max Cost Model Tests
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 10 05:59:30 PDT 2023
dmgreen accepted this revision.
dmgreen added a comment.
This revision is now accepted and ready to land.
Thanks. These LGTM.
================
Comment at: llvm/test/Analysis/CostModel/AArch64/sve-min-max.ll:345
+declare <vscale x 4 x double> @llvm.maximum.nxv4f64(<vscale x 4 x double>, <vscale x 4 x double>)
+;; NOTE: These prefixes are unused and the list is autogenerated. Do not add tests below this line:
----------------
This NOTE line can be removed too.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154835/new/
https://reviews.llvm.org/D154835
More information about the llvm-commits
mailing list