[all-commits] [llvm/llvm-project] 41af6e: [PowerPC/SPE] powerpcspe load and store instructio...
Kishan Parmar via All-commits
all-commits at lists.llvm.org
Sun Jul 23 00:57:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 41af6ece6c6272ab2045e754f64d149079e899b5
https://github.com/llvm/llvm-project/commit/41af6ece6c6272ab2045e754f64d149079e899b5
Author: Kishan Parmar <kparmar2101 at gmail.com>
Date: 2023-07-23 (Sun, 23 Jul 2023)
Changed paths:
M llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
A llvm/test/CodeGen/PowerPC/register-pressure.ll
Log Message:
-----------
[PowerPC/SPE] powerpcspe load and store instruction has
8-bit offset instead of 16-bit unlike other load/store instructions.
so if stack grows any further than 8-bit, create one emergency slot
for spilling.
More information about the All-commits
mailing list