Commit 4a0ae4f
authored
[RISCV] Add LD_RV32/SD_RV32 to a few more functions in RISCVInstrInfo. (#140640)
isLoadFromStackSlot/isStoreToStackSlot/getMemOperandsWithOffsetWidth
The first 2 probably requires spills/reloads which we don't use
LD_RV32/SD_RV32 for yet.
I think getMemOperandsWithOffsetWidth is mainly used for load/store
clustering. I think we can assume this just works.1 parent 95e4db8 commit 4a0ae4f
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| 159 | + | |
159 | 160 | | |
160 | 161 | | |
161 | 162 | | |
| |||
206 | 207 | | |
207 | 208 | | |
208 | 209 | | |
| 210 | + | |
209 | 211 | | |
210 | 212 | | |
211 | 213 | | |
| |||
3057 | 3059 | | |
3058 | 3060 | | |
3059 | 3061 | | |
| 3062 | + | |
3060 | 3063 | | |
3061 | 3064 | | |
| 3065 | + | |
3062 | 3066 | | |
3063 | 3067 | | |
3064 | 3068 | | |
| |||
0 commit comments