[PATCH] D158379: [RISCV] Add bounds check before use on returned iterator during frame lowering.
Anmol P. Paralkar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 20 19:30:00 PDT 2023
anmolparalkar-nxp added a comment.
In D158379#4602315 <https://reviews.llvm.org/D158379#4602315>, @craig.topper wrote:
> Is this the same as D158256 <https://reviews.llvm.org/D158256>?
Oh, Vow, thank you! Yes, the change to llvm/lib/Target/RISCV/RISCVFrameLowering.cpp is identical indeed.
The test case, is derived using bugpoint, on an internal benchmark.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158379/new/
https://reviews.llvm.org/D158379
More information about the llvm-commits
mailing list