Bug 121140 - Consider using real pointer types and getelementptr for array backing stores
Summary: Consider using real pointer types and getelementptr for array backing stores
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Filip Pizlo
URL:
Keywords:
Depends on:
Blocks: 132356
  Show dependency treegraph
 
Reported: 2013-09-10 21:24 PDT by Filip Pizlo
Modified: 2016-02-15 16:26 PST (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2013-09-10 21:24:26 PDT
This will result in cleaner IR, which ought to be easier to understand by some of LLVM's phases.
Comment 1 Filip Pizlo 2016-02-15 16:26:54 PST
Not valid now that we're doing B3.