[PATCH] D70095: [PGO][PGSO] DAG.shouldOptForSize part.
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 14 06:54:15 PST 2019
spatel added a comment.
I don't know about the overall changes planned, but this seems fine.
One question though: what about targets other than x86? Don't we need to update them in any places they are using 'getMachineFunction().hasOptSize()' as we are for x86?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70095/new/
https://reviews.llvm.org/D70095
More information about the llvm-commits
mailing list