[PATCH] D156799: Update generic scheduling to use A510 scheduling model

harvin iriawan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 2 09:09:42 PDT 2023


harviniriawan added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/misched-detail-resource-booking-01.mir:1
+# NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 2
 # RUN: llc -mtriple=aarch64-none-linux-gnu -mattr=+neon  %s -o - 2>&1 \
----------------
dmgreen wrote:
> This doesn't look right. Should it be using -mcpu=cortex-a55 instead?
shouldn't it be a510 as it's the default scheduling policy now?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156799



More information about the llvm-commits mailing list