When the range of the unconditional branch is overflow, the indirect
branch way is used. The case when there is no scavenged register for
indirect branch needs to spill register to stack.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM. But it's better to be reviewed by @wangleiat because I know he is also planning to add an another spill slot.
llvm/lib/Target/LoongArch/LoongArchFrameLowering.cpp | ||
---|---|---|
139 | beyond? |
llvm/lib/Target/LoongArch/LoongArchFrameLowering.cpp | ||
---|---|---|
139 | I changed it. Thanks! |
beyond?