[PATCH] D64675: WIP: Disable optimization in emitStoresForConstant
JF Bastien via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 12 16:30:32 PDT 2019
jfb added a comment.
I would keep single stores because it's pretty silly codegen to copy from a global for that.
I would also verify that `-O0` isn't affected too badly by this change.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64675/new/
https://reviews.llvm.org/D64675
More information about the cfe-commits
mailing list