[PATCH] D131165: [AArch64] Fix and add A64FX scheduling resource/latency info

Yuta Mukai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 7 23:47:00 PDT 2022


ytmukai marked an inline comment as done.
ytmukai added a comment.

Thanks for the reviews! I fixed the duplication. @kawashima-fj Please land this patch.



================
Comment at: llvm/test/tools/llvm-mca/AArch64/A64FX/A64FX-sve-instructions.s:632
+fmls	z0.s, z1.s, z7.s[3]
+fmov	z0.d, #-0.12500000
+fmov	z0.d, #-0.13281250
----------------
dmgreen wrote:
> It might be worth removing some of these duplicate fmov's. I've done the same for the N2 schedule tests in rG408378a0b3b0
I removed the duplicates similarly.


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

https://reviews.llvm.org/D131165



More information about the llvm-commits mailing list