[PATCH] D110822: [GVN] Simple GVN hoist - loads and stores
Momchil Velikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 6 08:25:53 PST 2021
chill added a comment.
In D110822#3117021 <https://reviews.llvm.org/D110822#3117021>, @asbirlea wrote:
> Relying on the BB ptr for example makes sense, that won't move from under your feet.
All right, I used the basic block in the draft https://reviews.llvm.org/D115160 . In time, I'm going to rebase all these patches on top of the MemorySSA-for-GVN conversion.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110822/new/
https://reviews.llvm.org/D110822
More information about the llvm-commits
mailing list