mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-14 16:40:42 +00:00
[WebAssembly] Add another possible code-size optimization to README.txt
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@262740 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
99ec266022
commit
a05c5de67c
@ -106,3 +106,9 @@ WebAssemblyRegColoring and/or WebAssemblyRegRenumbering should sort registers
|
||||
according to their usage frequency to maximize the usage of smaller encodings.
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
||||
When the last statement in a function body computes the return value, it can
|
||||
just let that value be the exit value of the outermost block, rather than
|
||||
needing an explicit return operation.
|
||||
|
||||
//===---------------------------------------------------------------------===//
|
||||
|
Loading…
x
Reference in New Issue
Block a user