[PATCH] D156799: Update generic scheduling to use A510 scheduling model
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 21 08:50:26 PDT 2023
aeubanks 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
----------------
this test is broken, without the `split-file` the other files won't exist in a clean build, please fix or revert if it takes time to fix
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