Bug 121140

Summary: Consider using real pointer types and getelementptr for array backing stores
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED INVALID    
Severity: Normal CC: barraclough, dtc-llvm, ggaren, mark.lam, mhahnenberg, msaboff, oliver, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 132356    

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.