summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite
diff options
context:
space:
mode:
authorHiroshi Yamauchi <yamauchi@google.com>2019-11-21 13:21:48 -0800
committerHiroshi Yamauchi <yamauchi@google.com>2019-11-22 09:00:23 -0800
commit70a3c9f55f8494829d06caae0ab988da518d0e15 (patch)
treeffe8bec98d96caf0b51527c10dda433aba02a989 /lldb/packages/Python/lldbsuite
parent5459a905c23c03fad68e80b2dff23ca1ca3b7c7c (diff)
downloadbcm5719-llvm-70a3c9f55f8494829d06caae0ab988da518d0e15.tar.gz
bcm5719-llvm-70a3c9f55f8494829d06caae0ab988da518d0e15.zip
[WebAssembly][SelectionDAG] Remove unused WebAssemblyDAGToDAGISel::ForCodeSize.
Summary: This follows from the discussion at D70095. D70095 moves hasOptSize calls into SelectionDAG::shouldOptForSize to allow querying size optimization conditions together with profile guided size optimization. Since it appears that size optimizations for WebAssembly SelectionDAG haven't been implemented yet and thus ForCodeSize is unused, and it would not make a lot of sense to call shouldOptForSize here as the necessary profile data like PSI/BFI aren't available at this point, it seems good and less confusing to remove this for now and use shouldOptForSize when they are implemented in the future. Subscribers: dschuff, sbc100, jgravelle-google, hiraditya, aheejin, sunfish, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D70567
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud