The code already supports addressing a fixed-size stack object from
the frame-pointer, by first subtracting sizeof(SVE area) from FP.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D83125
[AArch64][SVE] Remove erroneous assert in resolveFrameOffsetReference ClosedPublic Authored by sdesmalen on Jul 3 2020, 4:09 AM.
Details Summary The code already supports addressing a fixed-size stack object from
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 6 2020, 3:56 AM Closed by commit rGa8f4f85d84c1: [AArch64][SVE] Remove erroneous assert in resolveFrameOffsetReference (authored by sdesmalen). · Explain WhyJul 14 2020, 1:23 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 277699 llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
llvm/test/CodeGen/AArch64/framelayout-sve.mir
|