[PATCH] D156799: Update generic scheduling to use A510 scheduling model
harvin iriawan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 3 08:16:56 PDT 2023
harviniriawan added inline comments.
================
Comment at: llvm/test/CodeGen/AArch64/stack-guard-sysreg.ll:1
-; RUN: split-file %s %t
; RUN: cat %t/main.ll %t/a.ll > %t/a2.ll
; RUN: cat %t/main.ll %t/b.ll > %t/b2.ll
----------------
dmgreen wrote:
> Can you explain this one? Are the two versions now too different to keep the same?
Yes indeed. the ones with CHECK-ADD annoyingly is scheduled slightly differently due to it being ADD instead of LDR
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156799/new/
https://reviews.llvm.org/D156799
More information about the cfe-commits
mailing list