[PATCH] D154756: [AArch64] Add scheduling model for Neoverse V1

Evandro Menezes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 13 09:48:14 PDT 2023


evandro marked 2 inline comments as done.
evandro added inline comments.


================
Comment at: llvm/test/tools/llvm-mca/AArch64/Neoverse/V1-neon-instructions.s:22
+addp v0.8b, v0.8b, v0.8b
+and v0.8b, v0.8b, v0.8b
+bic v0.4h, #15, lsl #8
----------------
dmgreen wrote:
> evandro wrote:
> > dmgreen wrote:
> > > The Neoverse-V2 version of this file has some extra instructions like addv's, aes and some dup instructions, among others.
> > It has many more instructions, but SVE2 ones.  I'll add more coverage here.
> Thanks - And what about the extra Neon instructions?
There were only a handfull of Neon instructions missing that were added here.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154756/new/

https://reviews.llvm.org/D154756



More information about the llvm-commits mailing list