Bug 151458

Summary: Consider adding value constraints, such as that a value is guaranteed non-negative, to B3
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 154319    

Filip Pizlo
Reported 2015-11-19 12:48:28 PST
Some options: - Like LLVM, allow load instructions to specify a range of possible values that it could return. - Have a LoadUnsigned. - Have a variant of ZExt/SExt that guarantees that the sign bit is zero.
Attachments
Note You need to log in before you can comment on or make changes to this bug.