[PATCH] D90577: [WebAssembly] Don't fold frame offset for global addresses
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 3 14:08:03 PST 2020
aheejin added a comment.
I guess that optimization cannot be done here and should be done later? And there's also an existing TODO to generalize this optimization. Maybe we can do it as a part of the 'generalization' later? But I also doubt how worthwhile it will be, given that this bug was found first time 5 years after this part of the code was first written...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90577/new/
https://reviews.llvm.org/D90577
More information about the llvm-commits
mailing list