[PATCH] D109323: [AArch64] Improve adrp schedule modelling on the Cortex-A55

Nicholas Guy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 10 01:36:35 PDT 2021


NickGuy added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/a55-fuse-address.mir:2
 # NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
 # RUN: llc -o - %s -mtriple=aarch64 -verify-machineinstrs | FileCheck %s
 --- |
----------------
dmgreen wrote:
> Should this be running a pass? -run-pass=machine-scheduler? And be updated using update_mir_test_checks?
Done. I feel like there was a reason why I didn't in the first place (i.e. it wasn't working for whatever reason), but it works now so ¯\_(ツ)_/¯


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109323



More information about the llvm-commits mailing list