Files
clang-p2996/llvm/test/CodeGen/ARM
Zhiyao Ma adc26b4eae [ARM] Fix 8-bit immediate overflow in the instruction of segmented stack prologue.
It fixes the overflow of 8-bit immediate field in the emitted
instruction that allocates large stacklet.

For thumb2 targets, load large immediate by a pair of movw and movt
instruction. For thumb1 and ARM targets, load large immediate by reading
from literal pool.

Differential Revision: https://reviews.llvm.org/D118545
2022-03-10 15:15:24 -08:00
..
2021-07-07 10:21:07 +01:00
2021-07-01 21:08:13 +01:00
2022-03-10 09:29:06 +08:00
2021-11-21 18:33:29 +00:00