[llvm] [AArch64] Initial Olympus scheduling model. (PR #171607)
Ricardo Jesus via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 18 03:25:52 PST 2025
================
@@ -2089,7 +2089,7 @@ class SpecialReturn<bits<4> opc, string asm>
let mayLoad = 1 in
class RCPCLoad<bits<2> sz, string asm, RegisterClass RC>
: I<(outs RC:$Rt), (ins GPR64sp0:$Rn), asm, "\t$Rt, [$Rn]", "", []>,
- Sched<[]> {
+ Sched<[WriteLD]> {
----------------
rj-jesus wrote:
Yeah, it's the same reason. I'm happy to break it into its own patch, but I thought it would be a small enough change to keep it together. Let me know what you'd prefer.
https://github.com/llvm/llvm-project/pull/171607
More information about the llvm-commits
mailing list