LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 26299 - [meta][X86] Size optimization opportunities (in particular for 32-bit Chromium on Windows)
Summary: [meta][X86] Size optimization opportunities (in particular for 32-bit Chromiu...
Status: NEW
Alias: None
Product: libraries
Classification: Unclassified
Component: Backend: X86 (show other bugs)
Version: trunk
Hardware: PC Linux
: P normal
Assignee: Unassigned LLVM Bugs
URL:
Keywords:
Depends on: 6479 8785 9784 26303 26304 26306 26327 26328 26330 26333 27076 27165 27415 27921 28931 31367 31634 32858 33233 37675 22532 25843 26023 26302 26305 26325 27117 27140 27202 27885 28146 30337 31774 32524 32566 36706
Blocks:
  Show dependency tree
 
Reported: 2016-01-25 17:41 PST by Hans Wennborg
Modified: 2018-06-04 03:50 PDT (History)
13 users (show)

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hans Wennborg 2016-01-25 17:41:06 PST
This is a tracking bug for size optimization opportunities on X86. In particular for instances where MSVC generates better code than Clang when compiling Chromium for 32-bit Windows.
Comment 1 Hans Wennborg 2016-03-17 10:52:13 PDT
+Zia and David
Comment 2 Sanjay Patel 2016-12-13 11:36:22 PST
Adding bug 27885 to the list - it's probably a size and perf win.