[PATCH] D24328: AMDGPU: Fix broken FrameIndex handling
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 7 20:30:03 PDT 2016
arsenm added a comment.
In https://reviews.llvm.org/D24328#536701, @arsenm wrote:
> Fix missing piece of patch and test changes that belong with later commit
Actually I think omitting the FrameIndex into addressing mode DAG folding and letting LocalStackSlotAllocation figure it out instead is where all of the improvements came from, so the original patch is probably better
https://reviews.llvm.org/D24328
More information about the llvm-commits
mailing list