This patch adds support for stack realignment while adding support for
variable sized objects.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
Some ambitious stack alignments there... VLEN=4096 LoongArch core when? ;-)
llvm/lib/Target/LoongArch/LoongArchFrameLowering.cpp | ||
---|---|---|
210–215 | Use or rd, rj, zero for LoongArch moves. |
llvm/lib/Target/LoongArch/LoongArchFrameLowering.cpp | ||
---|---|---|
210–215 |
Thanks. I'll fix it right away. |
Comment Actions
LGTM except one nit.
llvm/lib/Target/LoongArch/LoongArchFrameLowering.cpp | ||
---|---|---|
190 | Inline one-time-used variable. |
Inline one-time-used variable.